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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } |