Wialon Apps Launcher
Wialon Apps Launcher
What is Wialon Apps Launcher?
Wialon Apps Launcher is a Chrome extension developed by http://www.spitsyn.net, and its main feature is "Wialon Apps Launcher".
Extension Screenshots
Download Wialon Apps Launcher Extension CRX File
Download Wialon Apps Launcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Wialon Apps Launcher - это простой инструмент для быстрого доступа к Apps на apps.wialon.com Позволяет запускать Wialon (Gurtam) Apps без необходимости заходить на hosting.wialon.com
Extension Basic Information
Name | |
ID | dfoemogcimmgiidnhoelgcaamacdlmbh |
Official URL | https://chrome.google.com/webstore/detail/wialon-apps-launcher/dfoemogcimmgiidnhoelgcaamacdlmbh |
Description | Wialon Apps Launcher |
File Size | 168 KB |
Installation Count | 73 |
Current Version | 2.4.0 |
Last Updated | 2016-11-03 |
Publish Date | 2016-11-03 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://www.spitsyn.net |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |