StrikeBase

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

Wat is StrikeBase?

StrikeBase is een Chrome-extensie ontwikkeld door http://www.strikebase.com, en de belangrijkste functie is "Displays a list of all your notifications and messages from your StrikeBase account.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie StrikeBase

Download StrikeBase-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam StrikeBase StrikeBase
ID klpilbaimliijkmfndhndnnglagginll
Officiële URL https://chrome.google.com/webstore/detail/strikebase/klpilbaimliijkmfndhndnnglagginll
Beschrijving Displays a list of all your notifications and messages from your StrikeBase account.
Bestandsgrootte 700 KB
Aantal Installaties 13
Huidige Versie 1.8
Laatst Bijgewerkt 2013-09-01
Publicatiedatum 2013-09-01
Beoordeling 4.67/5 Totaal 3 Beoordelingen
Ontwikkelaar http://www.strikebase.com
Betalingswijze free
Extensiewebsite http://www.strikebase.com
Help Pagina-URL http://support.strikebase.com
Ondersteunde Talen 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'"
}