Smart GIS
Smart GIS
Wat is Smart GIS?
Smart GIS is een Chrome-extensie ontwikkeld door Dmitry Uspenskiy, en de belangrijkste functie is "Smart GIS".
Download het CRX-bestand van de extensie Smart GIS
Download Smart GIS-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | Smart GIS |
ID | adpchdbnldfocnebbepmjcplfgdcjfme |
Officiële URL | https://chromewebstore.google.com/detail/smart-gis/adpchdbnldfocnebbepmjcplfgdcjfme |
Beschrijving | Smart GIS |
Bestandsgrootte | 32.06 KB |
Aantal Installaties | 81 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2017-03-10 |
Publicatiedatum | 2017-03-09 |
Ontwikkelaar | Dmitry Uspenskiy |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |