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.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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                    

擴展基本資訊

名稱 StrikeBase StrikeBase
ID klpilbaimliijkmfndhndnnglagginll
官方網址 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'"
}