Wialon Apps Launcher

Wialon Apps Launcher

Wialon Apps Launcherคืออะไร?

Wialon Apps Launcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.spitsyn.net และคุณลักษณะหลักของมันคือ "Wialon Apps Launcher"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wialon Apps Launcher

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}