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”。

扩展截图

screenshot
screenshot

下载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.                    

扩展基本信息

名称 Wialon Units Map for New Tab Wialon Units Map for New Tab
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
电子邮箱 [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"
}