Wialon Apps Launcher

Wialon Apps Launcher

什么是Wialon Apps Launcher?

Wialon Apps Launcher是由http://www.spitsyn.net开发的Chrome扩展程序,该扩展的主要功能是“Wialon Apps Launcher”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Wialon Apps Launcher扩展crx文件

下载Wialon Apps Launcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Wialon Apps Launcher - это простой инструмент для быстрого доступа к Apps на apps.wialon.com
Позволяет запускать Wialon (Gurtam) Apps без необходимости заходить на hosting.wialon.com                    

扩展基本信息

名称 Wialon Apps Launcher Wialon Apps Launcher
ID dfoemogcimmgiidnhoelgcaamacdlmbh
官方URL https://chrome.google.com/webstore/detail/wialon-apps-launcher/dfoemogcimmgiidnhoelgcaamacdlmbh
简介 Wialon Apps Launcher
文件大小 168 KB
安装次数 73
当前版本 2.4.0
更新时间 2016-11-03
上架时间 2016-11-03
评分 5.00/5 共1次评分
开发者 http://www.spitsyn.net
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "author": "Evgenij Spitsyn",
    "background": {
        "scripts": [
            "js\/utils.js",
            "js\/bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/wal64.png",
        "default_popup": "popup.html",
        "default_title": "Wialon Apps Launcher"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "description": "Wialon Apps Launcher",
    "icons": {
        "48": "images\/wal.png",
        "64": "images\/wal64.png",
        "128": "images\/wal128.png",
        "512": "images\/wal512.png",
        "256": "images\/wal256.png"
    },
    "manifest_version": 2,
    "name": "Wialon Apps Launcher",
    "short_name": "Apps Launcher",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html"
    },
    "optional_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/apps.wialon.com\/*",
        "https:\/\/hosting.wialon.com\/*",
        "https:\/\/hst-api.wialon.com\/*",
        "https:\/\/www.google-analytics.com\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.4.0"
}