GEODI

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

Co to jest GEODI?

GEODI to rozszerzenie Chrome opracowane przez deceyazilim, a jego główną funkcją jest „This application is a Chrome plug-in that connects with GEODI Server. GEODI is a smart search engine with map support that works…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia GEODI

Pobierz pliki rozszerzeń GEODI w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa GEODI GEODI
ID fpfpjjcjbnlolpjicopmlbaihffamnlc
Oficjalny URL https://chromewebstore.google.com/detail/geodi/fpfpjjcjbnlolpjicopmlbaihffamnlc
Opis This application is a Chrome plug-in that connects with GEODI Server. GEODI is a smart search engine with map support that works…
Rozmiar pliku 62.41 KB
Liczba instalacji 102
Aktualna Wersja 1.8
Ostatnia Aktualizacja 2021-02-10
Data Publikacji 2018-05-18
Ocena 5.00/5 Łącznie 6 Oceny
Deweloper deceyazilim
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://dece.com.tr/geodi
Adres URL Strony Pomocy http://destek.dece.com.tr
Adres URL Strony Polityki Prywatności https://www.dece.com.tr/geodi-privacy-policy
Obsługiwane Języki 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"
}