Connect

Connect lets you execute tasks on your Android device using Trigger.

Co to jest Connect?

Connect to rozszerzenie Chrome opracowane przez omarseyal, a jego główną funkcją jest „Connect lets you execute tasks on your Android device using Trigger.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Connect

Pobierz pliki rozszerzeń Connect w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Connect Connect
ID dopcblnakobeneefloniajcdfommmmen
Oficjalny URL https://chrome.google.com/webstore/detail/connect/dopcblnakobeneefloniajcdfommmmen
Opis Connect lets you execute tasks on your Android device using Trigger.
Rozmiar pliku 147 KB
Liczba instalacji 52
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2014-02-11
Data Publikacji 2014-02-11
Ocena 3.43/5 Łącznie 7 Oceny
Deweloper omarseyal
Typ Płatności free
Strona Rozszerzenia http://connect.gettrigger.com
Obsługiwane Języki 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\/"
    ]
}