Connect
Connect lets you execute tasks on your Android device using Trigger.
What is Connect?
Connect is a Chrome extension developed by omarseyal, and its main feature is "Connect lets you execute tasks on your Android device using Trigger.".
Extension Screenshots
Download Connect Extension CRX File
Download Connect 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
For those who know, Connect is the ultimate Android device automation tool. Paired with Trigger (another Android Application), Connect allows you execute any number of tasks (change volume, text someone, connect to a wifi network, whatever!), from the convenience of a browser plugin.
Extension Basic Information
Name | |
ID | dopcblnakobeneefloniajcdfommmmen |
Official URL | https://chrome.google.com/webstore/detail/connect/dopcblnakobeneefloniajcdfommmmen |
Description | Connect lets you execute tasks on your Android device using Trigger. |
File Size | 147 KB |
Installation Count | 52 |
Current Version | 0.2 |
Last Updated | 2014-02-11 |
Publish Date | 2014-02-11 |
Rating | 3.43/5 Total 7 Ratings |
Developer | omarseyal |
Payment Type | free |
Extension Website | http://connect.gettrigger.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Connect", "description": "Connect lets you execute tasks on your Android device using Trigger.", "version": "0.2", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Connect" }, "permissions": [ "cookies", "http:\/\/connect.gettrigger.com\/" ] } |