Smart GIS
Smart GIS
Was ist Smart GIS?
Smart GIS ist eine Chrome-Erweiterung, die von Dmitry Uspenskiy entwickelt wurde, und ihr Hauptmerkmal ist "Smart GIS".
Smart GIS-Erweiterungs-CRX-Datei herunterladen
Laden Sie Smart GIS-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
Grundlegende Informationen zur Erweiterung
Name | Smart GIS |
ID | adpchdbnldfocnebbepmjcplfgdcjfme |
Offizielle URL | https://chromewebstore.google.com/detail/smart-gis/adpchdbnldfocnebbepmjcplfgdcjfme |
Beschreibung | Smart GIS |
Dateigröße | 32.06 KB |
Installationsanzahl | 81 |
Aktuelle Version | 0.1 |
Letztes Update | 2017-03-10 |
Veröffentlichungsdatum | 2017-03-09 |
Entwickler | Dmitry Uspenskiy |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Smart GIS", "name": "Smart GIS", "permissions": [ "tabs", "notifications", "activeTab", "storage" ], "background": { "page": "background.html" }, "version": "0.1", "manifest_version": 2, "options_page": "options.html", "browser_action": { "default_icon": "icon-19.png", "default_title": "Smart GIS", "default_popup": "popup.html" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } } |