StrikeBase

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

Vad är StrikeBase?

StrikeBase är en Chrome-tillägg utvecklad av http://www.strikebase.com, och dess huvudfunktion är "Displays a list of all your notifications and messages from your StrikeBase account.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner StrikeBase-förlängningens CRX-fil

Ladda ner StrikeBase-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn StrikeBase StrikeBase
ID klpilbaimliijkmfndhndnnglagginll
Officiell webbadress https://chrome.google.com/webstore/detail/strikebase/klpilbaimliijkmfndhndnnglagginll
Beskrivning Displays a list of all your notifications and messages from your StrikeBase account.
Filstorlek 700 KB
Antal Installationer 13
Aktuell Version 1.8
Senast Uppdaterad 2013-09-01
Publiceringsdatum 2013-09-01
Betyg 4.67/5 Totalt 3 Betyg
Utvecklare http://www.strikebase.com
Betalningssätt free
Tilläggswebbplats http://www.strikebase.com
Hjälpsida URL http://support.strikebase.com
Stödda Språk 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'"
}