GEODI

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

Wat is GEODI?

GEODI is een Chrome-extensie ontwikkeld door deceyazilim, en de belangrijkste functie is "This application is a Chrome plug-in that connects with GEODI Server. GEODI is a smart search engine with map support that works…".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie GEODI

Download GEODI-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam GEODI GEODI
ID fpfpjjcjbnlolpjicopmlbaihffamnlc
Officiële URL https://chromewebstore.google.com/detail/geodi/fpfpjjcjbnlolpjicopmlbaihffamnlc
Beschrijving This application is a Chrome plug-in that connects with GEODI Server. GEODI is a smart search engine with map support that works…
Bestandsgrootte 62.41 KB
Aantal Installaties 102
Huidige Versie 1.8
Laatst Bijgewerkt 2021-02-10
Publicatiedatum 2018-05-18
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar deceyazilim
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://dece.com.tr/geodi
Help Pagina-URL http://destek.dece.com.tr
URL van de Privacybeleid Pagina https://www.dece.com.tr/geodi-privacy-policy
Ondersteunde Talen 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"
}