GEODI
This application is a Chrome plug-in that connects with GEODI Server. GEODI is a smart search engine with map support that works…
Cos'è GEODI?
GEODI è un'estensione di Chrome sviluppata da deceyazilim, e la sua funzione principale è "This application is a Chrome plug-in that connects with GEODI Server. GEODI is a smart search engine with map support that works…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GEODI
Scarica i file di estensione GEODI in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | fpfpjjcjbnlolpjicopmlbaihffamnlc |
URL Ufficiale | https://chromewebstore.google.com/detail/geodi/fpfpjjcjbnlolpjicopmlbaihffamnlc |
Descrizione | This application is a Chrome plug-in that connects with GEODI Server. GEODI is a smart search engine with map support that works… |
Dimensione del File | 62.41 KB |
Conteggio Installazioni | 102 |
Versione Corrente | 1.8 |
Ultimo Aggiornamento | 2021-02-10 |
Data di Pubblicazione | 2018-05-18 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | deceyazilim |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://dece.com.tr/geodi |
URL della Pagina di Aiuto | http://destek.dece.com.tr |
URL della Pagina della Politica sulla Privacy | https://www.dece.com.tr/geodi-privacy-policy |
Lingue Supportate | 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" } |