In Or Out

Used with http://inorout.epicswell.com/ to see who is playing basketball (v1.8.1)

Co to jest In Or Out?

In Or Out to rozszerzenie Chrome opracowane przez https://inorout.epicswell.com, a jego główną funkcją jest „Used with http://inorout.epicswell.com/ to see who is playing basketball (v1.8.1)”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia In Or Out

Pobierz pliki rozszerzeń In Or Out 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

                        This extension was written to make the task of organizing basketball games easier. There are a handful of people in the world who will find this useful. You are probably not one of them.                    

Podstawowe informacje o rozszerzeniu

Nazwa In Or Out In Or Out
ID pkikmnicaplbfnllcmmakjgapkblpmen
Oficjalny URL https://chromewebstore.google.com/detail/in-or-out/pkikmnicaplbfnllcmmakjgapkblpmen
Opis Used with http://inorout.epicswell.com/ to see who is playing basketball (v1.8.1)
Rozmiar pliku 90.71 KB
Liczba instalacji 11
Aktualna Wersja 1.8.1
Ostatnia Aktualizacja 2015-09-13
Data Publikacji 2015-09-13
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://inorout.epicswell.com
Typ Płatności free
Strona Rozszerzenia http://inorout.epicswell.com/
Adres URL Strony Pomocy http://inorout.epicswell.com/
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "In Or Out",
    "version": "1.8.1",
    "manifest_version": 2,
    "description": "Used with http:\/\/inorout.epicswell.com\/ to see who is playing basketball (v1.8.1)",
    "icons": {
        "48": "images\/me_48x48.png"
    },
    "browser_action": {
        "default_icon": "inorout.png",
        "default_popup": "popup.html",
        "default_title": "In Or Out"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "permissions": [
        "http:\/\/inorout.epicswell.com\/*",
        "tabs",
        "notifications",
        "cookies"
    ],
    "web_accessible_resources": [
        "images\/me_48x48.png"
    ]
}