Connect
Connect lets you execute tasks on your Android device using Trigger.
Cos'è Connect?
Connect è un'estensione di Chrome sviluppata da omarseyal, e la sua funzione principale è "Connect lets you execute tasks on your Android device using Trigger.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Connect
Scarica i file di estensione Connect 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
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.
Informazioni di Base sull'Estensione
Nome | |
ID | dopcblnakobeneefloniajcdfommmmen |
URL Ufficiale | https://chrome.google.com/webstore/detail/connect/dopcblnakobeneefloniajcdfommmmen |
Descrizione | Connect lets you execute tasks on your Android device using Trigger. |
Dimensione del File | 147 KB |
Conteggio Installazioni | 52 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2014-02-11 |
Data di Pubblicazione | 2014-02-11 |
Valutazione | 3.43/5 Totale 7 Valutazioni |
Sviluppatore | omarseyal |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://connect.gettrigger.com |
Lingue Supportate | 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\/" ] } |