Jira daily standup
Chrome plugin to manage daily standup meeting with Jira board
Hvad er Jira daily standup?
Jira daily standup er en Chrome-udvidelse udviklet af Elhay-av, og dens hovedfunktion er "Chrome plugin to manage daily standup meeting with Jira board".
Udvidelsesskærmbilleder
Download Jira daily standup-udvidelses-CRX-fil
Download Jira daily standup-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Features - Adding next and prev filters to quick filters - Jump to next filter after X(configured) time + Timer * Support new Jira UI
Grundlæggende oplysninger om udvidelsen
Navn | Jira daily standup |
ID | nbgggnfcdciadlbakdhhdnelekpokfmm |
Officiel URL | https://chromewebstore.google.com/detail/jira-daily-standup/nbgggnfcdciadlbakdhhdnelekpokfmm |
Beskrivelse | Chrome plugin to manage daily standup meeting with Jira board |
Filstørrelse | 53.6 KB |
Antal Installationer | 73 |
Nuværende Version | 1.1.7 |
Senest Opdateret | 2023-05-11 |
Udgivelsesdato | 2019-01-22 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | Elhay-av |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/elhay-av/jira-daily-standup |
Hjælpeside-URL | https://github.com/elhay-av/jira-daily-standup/issues |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Elhay a", "name": "Jira daily standup", "description": "Chrome plugin to manage daily standup meeting with Jira board", "version": "1.1.7", "background": [], "permissions": [ "storage", "https:\/\/*.atlassian.net\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.atlassian.net\/*" ], "js": [ "jquery-latest.min.js", "board.js" ], "css": [ "board.css" ] } ], "web_accessible_resources": [ "img\/play.svg", "img\/pause.svg" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/buttons.github.io; object-src 'self'", "browser_action": { "default_icon": "img\/logo.png", "default_popup": "index.html" }, "manifest_version": 2 } |