Wialon Apps Launcher

Wialon Apps Launcher

Wat is Wialon Apps Launcher?

Wialon Apps Launcher is een Chrome-extensie ontwikkeld door http://www.spitsyn.net, en de belangrijkste functie is "Wialon Apps Launcher".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Wialon Apps Launcher

Download Wialon Apps Launcher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Wialon Apps Launcher Wialon Apps Launcher
ID dfoemogcimmgiidnhoelgcaamacdlmbh
Officiële URL https://chrome.google.com/webstore/detail/wialon-apps-launcher/dfoemogcimmgiidnhoelgcaamacdlmbh
Beschrijving Wialon Apps Launcher
Bestandsgrootte 168 KB
Aantal Installaties 73
Huidige Versie 2.4.0
Laatst Bijgewerkt 2016-11-03
Publicatiedatum 2016-11-03
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://www.spitsyn.net
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}