Smart GIS
Smart GIS
What is Smart GIS?
Smart GIS is a Chrome extension developed by Dmitry Uspenskiy, and its main feature is "Smart GIS".
Download Smart GIS Extension CRX File
Download Smart GIS extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Smart GIS |
ID | adpchdbnldfocnebbepmjcplfgdcjfme |
Official URL | https://chromewebstore.google.com/detail/smart-gis/adpchdbnldfocnebbepmjcplfgdcjfme |
Description | Smart GIS |
File Size | 32.06 KB |
Installation Count | 81 |
Current Version | 0.1 |
Last Updated | 2017-03-10 |
Publish Date | 2017-03-09 |
Developer | Dmitry Uspenskiy |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |