WorkingOn

Minimalistic status reporting for your team.

WorkingOn क्या है?

WorkingOn https://workingon.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Minimalistic status reporting for your team."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WorkingOn एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}