WorkingOn

Minimalistic status reporting for your team.

WorkingOn là gì?

WorkingOn là một tiện ích mở rộng Chrome được phát triển bởi https://workingon.co, và tính năng chính của nó là "Minimalistic status reporting for your team.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        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.                    

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

Tên WorkingOn WorkingOn
ID cmdoecjfjpgnpojmaphlbkchholbkeob
URL Chính Thức https://chromewebstore.google.com/detail/workingon/cmdoecjfjpgnpojmaphlbkchholbkeob
Mô tả Minimalistic status reporting for your team.
Kích Thước Tệp 275 KB
Số Lần Cài Đặt 372
Phiên Bản Hiện Tại 0.1.53
Cập Nhật Lần Cuối 2016-01-24
Ngày Phát Hành 2016-01-23
Đánh Giá 4.56/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://workingon.co
Loại Thanh Toán free
Trang Web Mở Rộng http://workingon.co
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}