Wialon Units Map for New Tab
Wialon active units map
Wialon Units Map for New Tabとは何ですか?
Wialon Units Map for New Tabはhttps://www.spitsyn.netによって開発されたChromeの拡張機能で、その主な機能は「Wialon active units map」です。
拡張機能のスクリーンショット
Wialon Units Map for New Tab拡張機能のCRXファイルをダウンロード
Wialon Units Map for New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Map for New Tab page. Shows active units in Wialon® (Gurtam https://gurtam.com) monitoring system. 拡張機能の基本情報
| 名前 | |
| ID | gkklenlliemfmhmeaflpdnaemcbjkcfn |
| 公式URL | https://chromewebstore.google.com/detail/wialon-units-map-for-new/gkklenlliemfmhmeaflpdnaemcbjkcfn |
| 説明 | Wialon active units map |
| ファイルサイズ | 72.95 KB |
| インストール数 | 66 |
| 現在のバージョン | 0.1.4 |
| 最終更新日 | 2016-10-27 |
| 公開日 | 2016-10-26 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | https://www.spitsyn.net |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | 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"
} | |