Wialon Units Map for New Tab
Wialon active units map
What is Wialon Units Map for New Tab?
Wialon Units Map for New Tab is a Chrome extension developed by https://www.spitsyn.net, and its main feature is "Wialon active units map".
Extension Screenshots
Download Wialon Units Map for New Tab Extension CRX File
Download Wialon Units Map for New Tab 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
Map for New Tab page. Shows active units in Wialon® (Gurtam https://gurtam.com) monitoring system.
Extension Basic Information
Name | Wialon Units Map for New Tab |
ID | gkklenlliemfmhmeaflpdnaemcbjkcfn |
Official URL | https://chromewebstore.google.com/detail/wialon-units-map-for-new/gkklenlliemfmhmeaflpdnaemcbjkcfn |
Description | Wialon active units map |
File Size | 72.95 KB |
Installation Count | 66 |
Current Version | 0.1.4 |
Last Updated | 2016-10-27 |
Publish Date | 2016-10-26 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://www.spitsyn.net |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "scripts\/onInstall.js" ] }, "chrome_url_overrides": { "newtab": "wialon_units_map.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "description": "Wialon active units map", "icons": { "128": "images\/icon-128.png", "16": "images\/icon-16.png", "48": "images\/icon-48.png" }, "incognito": "split", "manifest_version": 2, "name": "Wialon Units Map for New Tab", "permissions": [ "geolocation", "https:\/\/www.google-analytics.com\/*", "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.4" } |