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
官方網址 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
電子郵箱 [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"
}