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 - это расширение Chrome, разработанное deceyazilim, и его основная функция - "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

Скачать файл CRX расширения GEODI

Скачайте файлы расширений 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
Электронная почта [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"
}