StrikeBase
Displays a list of all your notifications and messages from your StrikeBase account.
Was ist StrikeBase?
StrikeBase ist eine Chrome-Erweiterung, die von http://www.strikebase.com entwickelt wurde, und ihr Hauptmerkmal ist "Displays a list of all your notifications and messages from your StrikeBase account.".
Erweiterungsscreenshots
StrikeBase-Erweiterungs-CRX-Datei herunterladen
Laden Sie StrikeBase-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | klpilbaimliijkmfndhndnnglagginll |
Offizielle URL | https://chrome.google.com/webstore/detail/strikebase/klpilbaimliijkmfndhndnnglagginll |
Beschreibung | Displays a list of all your notifications and messages from your StrikeBase account. |
Dateigröße | 700 KB |
Installationsanzahl | 13 |
Aktuelle Version | 1.8 |
Letztes Update | 2013-09-01 |
Veröffentlichungsdatum | 2013-09-01 |
Bewertung | 4.67/5 Insgesamt 3 Bewertungen |
Entwickler | http://www.strikebase.com |
Zahlungsart | free |
Erweiterungswebsite | http://www.strikebase.com |
Hilfeseite URL | http://support.strikebase.com |
Unterstützte Sprachen | 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'" } |