GEODI
This application is a Chrome plug-in that connects with GEODI Server. GEODI is a smart search engine with map support that works…
Was ist GEODI?
GEODI ist eine Chrome-Erweiterung, die von deceyazilim entwickelt wurde, und ihr Hauptmerkmal ist "This application is a Chrome plug-in that connects with GEODI Server. GEODI is a smart search engine with map support that works…".
Erweiterungsscreenshots
GEODI-Erweiterungs-CRX-Datei herunterladen
Laden Sie GEODI-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | fpfpjjcjbnlolpjicopmlbaihffamnlc |
Offizielle URL | https://chromewebstore.google.com/detail/geodi/fpfpjjcjbnlolpjicopmlbaihffamnlc |
Beschreibung | This application is a Chrome plug-in that connects with GEODI Server. GEODI is a smart search engine with map support that works… |
Dateigröße | 62.41 KB |
Installationsanzahl | 102 |
Aktuelle Version | 1.8 |
Letztes Update | 2021-02-10 |
Veröffentlichungsdatum | 2018-05-18 |
Bewertung | 5.00/5 Insgesamt 6 Bewertungen |
Entwickler | deceyazilim |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://dece.com.tr/geodi |
Hilfeseite URL | http://destek.dece.com.tr |
URL der Datenschutzrichtlinien-Seite | https://www.dece.com.tr/geodi-privacy-policy |
Unterstützte Sprachen | 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" } |