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'"
} | |