StrikeBase
Displays a list of all your notifications and messages from your StrikeBase account.
What is StrikeBase?
StrikeBase is a Chrome extension developed by http://www.strikebase.com, and its main feature is "Displays a list of all your notifications and messages from your StrikeBase account.".
Extension Screenshots
Download StrikeBase Extension CRX File
Download StrikeBase extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | klpilbaimliijkmfndhndnnglagginll |
Official URL | https://chrome.google.com/webstore/detail/strikebase/klpilbaimliijkmfndhndnnglagginll |
Description | Displays a list of all your notifications and messages from your StrikeBase account. |
File Size | 700 KB |
Installation Count | 13 |
Current Version | 1.8 |
Last Updated | 2013-09-01 |
Publish Date | 2013-09-01 |
Rating | 4.67/5 Total 3 Ratings |
Developer | http://www.strikebase.com |
Payment Type | free |
Extension Website | http://www.strikebase.com |
Help Page URL | http://support.strikebase.com |
Supported Languages | 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'" } |