Wialon Units Map for New Tab
Wialon active units map
Wat is Wialon Units Map for New Tab?
Wialon Units Map for New Tab is een Chrome-extensie ontwikkeld door https://www.spitsyn.net, en de belangrijkste functie is "Wialon active units map".
Extensie Screenshots
Download het CRX-bestand van de extensie Wialon Units Map for New Tab
Download Wialon Units Map for New Tab-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
Map for New Tab page. Shows active units in Wialon® (Gurtam https://gurtam.com) monitoring system. Basisinformatie over de Extensie
| Naam | |
| ID | gkklenlliemfmhmeaflpdnaemcbjkcfn |
| Officiële URL | https://chromewebstore.google.com/detail/wialon-units-map-for-new/gkklenlliemfmhmeaflpdnaemcbjkcfn |
| Beschrijving | Wialon active units map |
| Bestandsgrootte | 72.95 KB |
| Aantal Installaties | 66 |
| Huidige Versie | 0.1.4 |
| Laatst Bijgewerkt | 2016-10-27 |
| Publicatiedatum | 2016-10-26 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://www.spitsyn.net |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
} | |