StrikeBase
Displays a list of all your notifications and messages from your StrikeBase account.
StrikeBaseとは何ですか?
StrikeBaseはhttp://www.strikebase.comによって開発されたChromeの拡張機能で、その主な機能は「Displays a list of all your notifications and messages from your StrikeBase account.」です。
拡張機能のスクリーンショット
StrikeBase拡張機能のCRXファイルをダウンロード
StrikeBase拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | |
ID | klpilbaimliijkmfndhndnnglagginll |
公式URL | https://chrome.google.com/webstore/detail/strikebase/klpilbaimliijkmfndhndnnglagginll |
説明 | Displays a list of all your notifications and messages from your StrikeBase account. |
ファイルサイズ | 700 KB |
インストール数 | 13 |
現在のバージョン | 1.8 |
最終更新日 | 2013-09-01 |
公開日 | 2013-09-01 |
評価 | 4.67/5 合計 3 レビュー |
開発者 | http://www.strikebase.com |
支払い方法 | free |
拡張機能のウェブサイト | http://www.strikebase.com |
ヘルプページのURL | http://support.strikebase.com |
対応言語 | 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'" } |