StrikeBase

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

Co je StrikeBase?

StrikeBase je rozšíření Chrome vyvinuté http://www.strikebase.com, a jeho hlavní funkcí je „Displays a list of all your notifications and messages from your StrikeBase account.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření StrikeBase

Stáhněte si soubory rozšíření StrikeBase ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název StrikeBase StrikeBase
ID klpilbaimliijkmfndhndnnglagginll
Oficiální URL https://chrome.google.com/webstore/detail/strikebase/klpilbaimliijkmfndhndnnglagginll
Popis Displays a list of all your notifications and messages from your StrikeBase account.
Velikost souboru 700 KB
Počet instalací 13
Aktuální Verze 1.8
Poslední Aktualizace 2013-09-01
Datum Vydání 2013-09-01
Hodnocení 4.67/5 Celkem 3 Hodnocení
Vývojář http://www.strikebase.com
Typ Platby free
Webové stránky Rozšíření http://www.strikebase.com
URL Stránky Nápovědy http://support.strikebase.com
Podporované Jazyky 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'"
}