Scrum Timer

Scrum Timer

Τι είναι το Scrum Timer;

Το Scrum Timer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον wangcong1221, και η κύρια λειτουργία του είναι "Scrum Timer".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Scrum Timer

Λήψη αρχείων επέκτασης Scrum Timer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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]                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Scrum Timer Scrum Timer
ID nnbobiopmflhekiicebfiohdfbdgbgbi
Επίσημο URL https://chromewebstore.google.com/detail/scrum-timer/nnbobiopmflhekiicebfiohdfbdgbgbi
Περιγραφή Scrum Timer
Μέγεθος Αρχείου 226 KB
Αριθμός Εγκαταστάσεων 49
Τρέχουσα Έκδοση 1.4
Τελευταία Ενημέρωση 2018-11-06
Ημερομηνία Δημοσίευσης 2018-11-05
Προγραμματιστής wangcong1221
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/I322871
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/I322871
Υποστηριζόμενες Γλώσσες 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
}