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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย GEODI
ดาวน์โหลดไฟล์ส่วนขยาย 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" } |