GEODI
This application is a Chrome plug-in that connects with GEODI Server. GEODI is a smart search engine with map support that works…
GEODI क्या है?
GEODI deceyazilim द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This application is a Chrome plug-in that connects with GEODI Server. GEODI is a smart search engine with map support that works…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GEODI एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fpfpjjcjbnlolpjicopmlbaihffamnlc |
आधिकारिक URL | https://chromewebstore.google.com/detail/geodi/fpfpjjcjbnlolpjicopmlbaihffamnlc |
विवरण | This application is a Chrome plug-in that connects with GEODI Server. GEODI is a smart search engine with map support that works… |
फ़ाइल का आकार | 62.41 KB |
स्थापना संख्या | 102 |
वर्तमान संस्करण | 1.8 |
अंतिम अपडेट | 2021-02-10 |
प्रकाशन तिथि | 2018-05-18 |
रेटिंग | 5.00/5 कुल 6 रेटिंग्स |
डेवलपर | deceyazilim |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://dece.com.tr/geodi |
सहायता पृष्ठ URL | http://destek.dece.com.tr |
गोपनीयता नीति पृष्ठ URL | https://www.dece.com.tr/geodi-privacy-policy |
समर्थित भाषाएँ | 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" } |