WorkingOn

Minimalistic status reporting for your team.

什么是WorkingOn?

WorkingOn是由https://workingon.co开发的Chrome扩展程序,该扩展的主要功能是“Minimalistic status reporting for your team.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载WorkingOn扩展crx文件

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

扩展使用说明

                        Stay in sync with your team by sharing quick updates as you work. This Chrome Extension replaces your New Tab screen to help you keep focused on what you're working on and share while you're in your flow. 

We integrate with Asana, Github, Trello, Pivotal, Slack, HipChat and more to bring together your team's collaboration tools. Please let us know if there's an integration you'd like to see. 

Note: Subscription required after the 30-day trial.                    

扩展基本信息

名称 WorkingOn WorkingOn
ID cmdoecjfjpgnpojmaphlbkchholbkeob
官方URL https://chromewebstore.google.com/detail/workingon/cmdoecjfjpgnpojmaphlbkchholbkeob
简介 Minimalistic status reporting for your team.
文件大小 275 KB
安装次数 372
当前版本 0.1.53
更新时间 2016-01-24
上架时间 2016-01-23
评分 4.56/5 共9次评分
开发者 https://workingon.co
付费类型 free
扩展官网 http://workingon.co
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.1.53",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/platform.twitter.com https:\/\/use.typekit.net https:\/\/ajax.googleapis.com; object-src 'self' https:\/\/use.typekit.net https:\/\/ajax.googleapis.com",
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "notifications",
        "https:\/\/www.workingon.co\/",
        "https:\/\/www.google-analytics.com\/",
        "storage",
        "*:\/\/use.typekit.net\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "options_page": "options.html",
    "omnibox": {
        "keyword": "on"
    },
    "chrome_url_overrides": {
        "newtab": "on.html"
    }
}