GEODI

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

Qu'est-ce que GEODI ?

GEODI est une extension Chrome développée par deceyazilim, et sa fonction principale est "This application is a Chrome plug-in that connects with GEODI Server. GEODI is a smart search engine with map support that works…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension GEODI

Téléchargez les fichiers d'extension GEODI au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom GEODI GEODI
ID fpfpjjcjbnlolpjicopmlbaihffamnlc
URL Officiel https://chromewebstore.google.com/detail/geodi/fpfpjjcjbnlolpjicopmlbaihffamnlc
Description This application is a Chrome plug-in that connects with GEODI Server. GEODI is a smart search engine with map support that works…
Taille du Fichier 62.41 KB
Nombre d'Installations 102
Version Actuelle 1.8
Dernière Mise à Jour 2021-02-10
Date de Publication 2018-05-18
Évaluation 5.00/5 Total 6 Évaluations
Développeur deceyazilim
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://dece.com.tr/geodi
URL de la Page d'Aide http://destek.dece.com.tr
URL de la Page de Politique de Confidentialité https://www.dece.com.tr/geodi-privacy-policy
Langues Prises en Charge 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"
}