Scrum Timer

Scrum Timer

Qu'est-ce que Scrum Timer ?

Scrum Timer est une extension Chrome développée par wangcong1221, et sa fonction principale est "Scrum Timer".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Scrum Timer

Téléchargez les fichiers d'extension Scrum Timer 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

                        Scrum Timer

Version 1.4:
Fix some issues.
Version 1.3:
User could config their own urls.
Version 1.2:
Only available for sapjira.wdf.sap.corp.

Steps to use:
1. Install the extension.
2. Open your jira (for now only support sapjira.wdf.sap.corp) and you will see the extension's button enlightened.
3. Click on the button "Daily Scrum" and you will see the extension on the head of the page.
4. For each backlog just click the "GO!" button to start counting down.
5. Click on the button "Daily Scrum" again to close the extension.
6. You could configure the time in extension options page.

Support:
[email protected]                    

Informations de Base sur l'Extension

Nom Scrum Timer Scrum Timer
ID nnbobiopmflhekiicebfiohdfbdgbgbi
URL Officiel https://chromewebstore.google.com/detail/scrum-timer/nnbobiopmflhekiicebfiohdfbdgbgbi
Description Scrum Timer
Taille du Fichier 226 KB
Nombre d'Installations 49
Version Actuelle 1.4
Dernière Mise à Jour 2018-11-06
Date de Publication 2018-11-05
Développeur wangcong1221
Type de Paiement free
Site Web de l'Extension https://github.com/I322871
URL de la Page d'Aide https://github.com/I322871
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scrum Timer",
    "version": "1.4",
    "description": "Scrum Timer",
    "permissions": [
        "activeTab",
        "storage",
        "declarativeContent"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/panda.png",
            "32": "img\/panda.png",
            "48": "img\/panda.png",
            "128": "img\/panda.png"
        }
    },
    "icons": {
        "16": "img\/panda.png",
        "32": "img\/panda.png",
        "48": "img\/panda.png",
        "128": "img\/panda.png"
    },
    "manifest_version": 2
}