StrikeBase
Displays a list of all your notifications and messages from your StrikeBase account.
Cos'è StrikeBase?
StrikeBase è un'estensione di Chrome sviluppata da http://www.strikebase.com, e la sua funzione principale è "Displays a list of all your notifications and messages from your StrikeBase account.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione StrikeBase
Scarica i file di estensione StrikeBase in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | klpilbaimliijkmfndhndnnglagginll |
URL Ufficiale | https://chrome.google.com/webstore/detail/strikebase/klpilbaimliijkmfndhndnnglagginll |
Descrizione | Displays a list of all your notifications and messages from your StrikeBase account. |
Dimensione del File | 700 KB |
Conteggio Installazioni | 13 |
Versione Corrente | 1.8 |
Ultimo Aggiornamento | 2013-09-01 |
Data di Pubblicazione | 2013-09-01 |
Valutazione | 4.67/5 Totale 3 Valutazioni |
Sviluppatore | http://www.strikebase.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.strikebase.com |
URL della Pagina di Aiuto | http://support.strikebase.com |
Lingue Supportate | 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'" } |