Wialon Apps Launcher
Wialon Apps Launcher
O que é Wialon Apps Launcher?
Wialon Apps Launcher é uma extensão do Chrome desenvolvida por http://www.spitsyn.net, e sua principal característica é "Wialon Apps Launcher".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Wialon Apps Launcher
Baixe arquivos de extensão Wialon Apps Launcher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Wialon Apps Launcher - это простой инструмент для быстрого доступа к Apps на apps.wialon.com Позволяет запускать Wialon (Gurtam) Apps без необходимости заходить на hosting.wialon.com
Informações Básicas da Extensão
Nome | |
ID | dfoemogcimmgiidnhoelgcaamacdlmbh |
URL Oficial | https://chrome.google.com/webstore/detail/wialon-apps-launcher/dfoemogcimmgiidnhoelgcaamacdlmbh |
Descrição | Wialon Apps Launcher |
Tamanho do Arquivo | 168 KB |
Contagem de Instalações | 73 |
Versão Atual | 2.4.0 |
Última Atualização | 2016-11-03 |
Data de Publicação | 2016-11-03 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | http://www.spitsyn.net |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |