StrikeBase

Displays a list of all your notifications and messages from your StrikeBase account.

¿Qué es StrikeBase?

StrikeBase es una extensión de Chrome desarrollada por http://www.strikebase.com, y su función principal es "Displays a list of all your notifications and messages from your StrikeBase account.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión StrikeBase

Descarga archivos de extensión StrikeBase 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

                        Add Tasks, share Pages and view Notifications from your StrikeBase account. 

* Notifies you when your team performs updates in connection with the items you are working on across all your Projects

* Displays the most recent Messages in your Message Inbox

* Auto updates every minute

* Stay updated on StrikeBase account activity even if you don't have StrikeBase open in your browser                    

Información Básica de la Extensión

Nombre StrikeBase StrikeBase
ID klpilbaimliijkmfndhndnnglagginll
URL Oficial https://chrome.google.com/webstore/detail/strikebase/klpilbaimliijkmfndhndnnglagginll
Descripción Displays a list of all your notifications and messages from your StrikeBase account.
Tamaño del Archivo 700 KB
Cantidad de Instalaciones 13
Versión Actual 1.8
Última Actualización 2013-09-01
Fecha de Publicación 2013-09-01
Calificación 4.67/5 Total de 3 Calificaciones
Desarrollador http://www.strikebase.com
Tipo de Pago free
Sitio Web de la Extensión http://www.strikebase.com
URL de la Página de Ayuda http://support.strikebase.com
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "StrikeBase",
    "version": "1.8",
    "manifest_version": 2,
    "description": "Displays a list of all your notifications and messages from your StrikeBase account.",
    "background": {
        "scripts": [
            "background.js",
            "popup.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "StrikeBase"
    },
    "permissions": [
        "https:\/\/*.strikebase.com\/",
        "notifications",
        "tabs"
    ],
    "icons": {
        "128": "images\/icon_128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}