In Or Out

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

¿Qué es In Or Out?

In Or Out es una extensión de Chrome desarrollada por https://inorout.epicswell.com, y su función principal es "Used with http://inorout.epicswell.com/ to see who is playing basketball (v1.8.1)".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión In Or Out

Descarga archivos de extensión In Or Out en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre In Or Out In Or Out
ID pkikmnicaplbfnllcmmakjgapkblpmen
URL Oficial https://chromewebstore.google.com/detail/in-or-out/pkikmnicaplbfnllcmmakjgapkblpmen
Descripción Used with http://inorout.epicswell.com/ to see who is playing basketball (v1.8.1)
Tamaño del Archivo 90.71 KB
Cantidad de Instalaciones 11
Versión Actual 1.8.1
Última Actualización 2015-09-13
Fecha de Publicación 2015-09-13
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://inorout.epicswell.com
Tipo de Pago free
Sitio Web de la Extensión http://inorout.epicswell.com/
URL de la Página de Ayuda http://inorout.epicswell.com/
Idiomas Soportados 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"
    ]
}