Wialon Apps Launcher

Wialon Apps Launcher

Qu'est-ce que Wialon Apps Launcher ?

Wialon Apps Launcher est une extension Chrome développée par http://www.spitsyn.net, et sa fonction principale est "Wialon Apps Launcher".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Wialon Apps Launcher

Téléchargez les fichiers d'extension Wialon Apps Launcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Wialon Apps Launcher Wialon Apps Launcher
ID dfoemogcimmgiidnhoelgcaamacdlmbh
URL Officiel https://chrome.google.com/webstore/detail/wialon-apps-launcher/dfoemogcimmgiidnhoelgcaamacdlmbh
Description Wialon Apps Launcher
Taille du Fichier 168 KB
Nombre d'Installations 73
Version Actuelle 2.4.0
Dernière Mise à Jour 2016-11-03
Date de Publication 2016-11-03
Évaluation 5.00/5 Total 1 Évaluations
Développeur http://www.spitsyn.net
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}