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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}