WorkingOn

Minimalistic status reporting for your team.

Qu'est-ce que WorkingOn ?

WorkingOn est une extension Chrome développée par https://workingon.co, et sa fonction principale est "Minimalistic status reporting for your team.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension WorkingOn

Téléchargez les fichiers d'extension WorkingOn au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom WorkingOn WorkingOn
ID cmdoecjfjpgnpojmaphlbkchholbkeob
URL Officiel https://chromewebstore.google.com/detail/workingon/cmdoecjfjpgnpojmaphlbkchholbkeob
Description Minimalistic status reporting for your team.
Taille du Fichier 275 KB
Nombre d'Installations 372
Version Actuelle 0.1.53
Dernière Mise à Jour 2016-01-24
Date de Publication 2016-01-23
Évaluation 4.56/5 Total 9 Évaluations
Développeur https://workingon.co
Type de Paiement free
Site Web de l'Extension http://workingon.co
Langues Prises en Charge 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"
    }
}