Basecamp Notifier

Display Basecamp activity with desktop notifications.

什么是Basecamp Notifier?

Basecamp Notifier是由Samuel Simões开发的Chrome扩展程序,该扩展的主要功能是“Display Basecamp activity with desktop notifications.”。

扩展截图

screenshot
screenshot
screenshot

下载Basecamp Notifier扩展crx文件

下载Basecamp Notifier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ********************************
**** 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                    

扩展基本信息

名称 Basecamp Notifier Basecamp Notifier
ID fihjmkangcncdhnbnenfipalmcegljii
官方URL https://chrome.google.com/webstore/detail/basecamp-notifier/fihjmkangcncdhnbnenfipalmcegljii
简介 Display Basecamp activity with desktop notifications.
文件大小 368 KB
安装次数 455
当前版本 2.0.4
更新时间 2016-09-17
上架时间 2016-09-17
评分 2.96/5 共23次评分
开发者 Samuel Simões
付费类型 free
支持的语言 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'"
}