Wialon Apps Launcher
Wialon Apps Launcher
Cos'è Wialon Apps Launcher?
Wialon Apps Launcher è un'estensione di Chrome sviluppata da http://www.spitsyn.net, e la sua funzione principale è "Wialon Apps Launcher".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Wialon Apps Launcher
Scarica i file di estensione Wialon Apps Launcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Wialon Apps Launcher - это простой инструмент для быстрого доступа к Apps на apps.wialon.com Позволяет запускать Wialon (Gurtam) Apps без необходимости заходить на hosting.wialon.com
Informazioni di Base sull'Estensione
Nome | |
ID | dfoemogcimmgiidnhoelgcaamacdlmbh |
URL Ufficiale | https://chrome.google.com/webstore/detail/wialon-apps-launcher/dfoemogcimmgiidnhoelgcaamacdlmbh |
Descrizione | Wialon Apps Launcher |
Dimensione del File | 168 KB |
Conteggio Installazioni | 73 |
Versione Corrente | 2.4.0 |
Ultimo Aggiornamento | 2016-11-03 |
Data di Pubblicazione | 2016-11-03 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | http://www.spitsyn.net |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |