Basecamp Notifier

Display Basecamp activity with desktop notifications.

Basecamp Notifier là gì?

Basecamp Notifier là một tiện ích mở rộng Chrome được phát triển bởi Samuel Simões, và tính năng chính của nó là "Display Basecamp activity with desktop notifications.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Basecamp Notifier 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

                        ********************************
**** ONLY FOR BASECAMP v2 ****
********************************

The best free and multiplataform extension which notifies the activity of your Basecamp Accounts with desktop notifications with unique features!

* Possibility to listen notifications of specifics accounts.

* Possibility to ignore notifications from specifics projects in your listened accounts.

* Possibility to ignore events according to their type.

* Comments preview in events list

* Possibility to star events to read later.

* Oauth2 support, no login or password are asked.

Changelogs: https://github.com/samuelsimoes/Chrome-Basecamp-Notifier/releases

-> Basecamp Chrome Notifier is an open-source project, feel free to help us improve the extension in GitHub coding or report bugs.

https://github.com/samuelsimoes/Chrome-Basecamp-Notifier                    

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

Tên Basecamp Notifier Basecamp Notifier
ID fihjmkangcncdhnbnenfipalmcegljii
URL Chính Thức https://chrome.google.com/webstore/detail/basecamp-notifier/fihjmkangcncdhnbnenfipalmcegljii
Mô tả Display Basecamp activity with desktop notifications.
Kích Thước Tệp 368 KB
Số Lần Cài Đặt 455
Phiên Bản Hiện Tại 2.0.4
Cập Nhật Lần Cuối 2016-09-17
Ngày Phát Hành 2016-09-17
Đánh Giá 2.96/5 Tổng số 23 Đánh Giá
Nhà Phát Triển Samuel Simões
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Basecamp Notifier",
    "version": "2.0.4",
    "description": "Display Basecamp activity with desktop notifications.",
    "icons": {
        "16": "img\/icons\/16.png",
        "48": "img\/icons\/48.png",
        "128": "img\/icons\/128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "background"
    ],
    "web_accessible_resources": [
        "options.html"
    ],
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/icons\/popup-icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}