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开发的Chrome扩展程序,该扩展的主要功能是“This application is a Chrome plug-in that connects with GEODI Server. GEODI is a smart search engine with map support that works…”。
扩展截图
下载GEODI扩展crx文件
下载GEODI扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } |