GEODI

This application is a Chrome plug-in that connects with GEODI Server. GEODI is a smart search engine with map support that works…

GEODIとは何ですか?

GEODIはdeceyazilimによって開発されたChromeの拡張機能で、その主な機能は「This application is a Chrome plug-in that connects with GEODI Server. GEODI is a smart search engine with map support that works…」です。

拡張機能のスクリーンショット

screenshot
screenshot

GEODI拡張機能のCRXファイルをダウンロード

GEODI拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This application is a Chrome plug-in that connects with GEODI Server.

GEODI is a smart search engine with map support that works on your data. It provides access to all your data on Word, Excel, PDF, AutoCAD, Netcad, Databases, Emails, Web Pages or Social Media from a single point. Municipality, Construction, Solves the problems of accessing, archiving and backing up information in Law, Industry, Higher Education, Financial Advisory or other sectors. It shows the location information on the map. Place Names, Parcels, Locations in Your Project, Kilometers in Road Projects or other sizes you will define are automatically read.

http://dece.com.tr/geo                    

拡張機能の基本情報

名前 GEODI GEODI
ID fpfpjjcjbnlolpjicopmlbaihffamnlc
公式URL https://chromewebstore.google.com/detail/geodi/fpfpjjcjbnlolpjicopmlbaihffamnlc
説明 This application is a Chrome plug-in that connects with GEODI Server. GEODI is a smart search engine with map support that works…
ファイルサイズ 62.41 KB
インストール数 102
現在のバージョン 1.8
最終更新日 2021-02-10
公開日 2018-05-18
評価 5.00/5 合計 6 レビュー
開発者 deceyazilim
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://dece.com.tr/geodi
ヘルプページのURL http://destek.dece.com.tr
プライバシーポリシーページのURL https://www.dece.com.tr/geodi-privacy-policy
対応言語 en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GEODI",
    "description": "",
    "version": "1.8",
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "geodimenu.js",
            "geodisearch.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "geodicontent.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "geodi48.png",
        "default_popup": "geodipopup.html"
    },
    "icons": {
        "16": "geodi16.png",
        "48": "geodi48.png",
        "128": "geodi128.png"
    },
    "manifest_version": 2,
    "default_locale": "en"
}