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é es GEODI?

GEODI es una extensión de Chrome desarrollada por deceyazilim, y su función principal es "This application is a Chrome plug-in that connects with GEODI Server. GEODI is a smart search engine with map support that works…".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión GEODI

Descarga archivos de extensión GEODI en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre GEODI GEODI
ID fpfpjjcjbnlolpjicopmlbaihffamnlc
URL Oficial https://chromewebstore.google.com/detail/geodi/fpfpjjcjbnlolpjicopmlbaihffamnlc
Descripción This application is a Chrome plug-in that connects with GEODI Server. GEODI is a smart search engine with map support that works…
Tamaño del Archivo 62.41 KB
Cantidad de Instalaciones 102
Versión Actual 1.8
Última Actualización 2021-02-10
Fecha de Publicación 2018-05-18
Calificación 5.00/5 Total de 6 Calificaciones
Desarrollador deceyazilim
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://dece.com.tr/geodi
URL de la Página de Ayuda http://destek.dece.com.tr
URL de la Página de Política de Privacidad https://www.dece.com.tr/geodi-privacy-policy
Idiomas Soportados 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"
}