StrikeBase

Displays a list of all your notifications and messages from your StrikeBase account.

StrikeBase là gì?

StrikeBase là một tiện ích mở rộng Chrome được phát triển bởi http://www.strikebase.com, và tính năng chính của nó là "Displays a list of all your notifications and messages from your StrikeBase account.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng StrikeBase

Tải xuống các tệp mở rộng StrikeBase dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên StrikeBase StrikeBase
ID klpilbaimliijkmfndhndnnglagginll
URL Chính Thức https://chrome.google.com/webstore/detail/strikebase/klpilbaimliijkmfndhndnnglagginll
Mô tả Displays a list of all your notifications and messages from your StrikeBase account.
Kích Thước Tệp 700 KB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 1.8
Cập Nhật Lần Cuối 2013-09-01
Ngày Phát Hành 2013-09-01
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://www.strikebase.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.strikebase.com
URL Trang Trợ Giúp http://support.strikebase.com
Ngôn Ngữ Được Hỗ Trợ 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'"
}