In Or Out

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

Cos'è In Or Out?

In Or Out è un'estensione di Chrome sviluppata da https://inorout.epicswell.com, e la sua funzione principale è "Used with http://inorout.epicswell.com/ to see who is playing basketball (v1.8.1)".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione In Or Out

Scarica i file di estensione In Or Out 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

                        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.                    

Informazioni di Base sull'Estensione

Nome In Or Out In Or Out
ID pkikmnicaplbfnllcmmakjgapkblpmen
URL Ufficiale https://chromewebstore.google.com/detail/in-or-out/pkikmnicaplbfnllcmmakjgapkblpmen
Descrizione Used with http://inorout.epicswell.com/ to see who is playing basketball (v1.8.1)
Dimensione del File 90.71 KB
Conteggio Installazioni 11
Versione Corrente 1.8.1
Ultimo Aggiornamento 2015-09-13
Data di Pubblicazione 2015-09-13
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://inorout.epicswell.com
Tipo di Pagamento free
Sito Web dell'Estensione http://inorout.epicswell.com/
URL della Pagina di Aiuto http://inorout.epicswell.com/
Lingue Supportate 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"
    ]
}