Jira daily standup
Chrome plugin to manage daily standup meeting with Jira board
Wat is Jira daily standup?
Jira daily standup is een Chrome-extensie ontwikkeld door Elhay-av, en de belangrijkste functie is "Chrome plugin to manage daily standup meeting with Jira board".
Extensie Screenshots
Download het CRX-bestand van de extensie Jira daily standup
Download Jira daily standup-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Features - Adding next and prev filters to quick filters - Jump to next filter after X(configured) time + Timer * Support new Jira UI
Basisinformatie over de Extensie
Naam | Jira daily standup |
ID | nbgggnfcdciadlbakdhhdnelekpokfmm |
Officiële URL | https://chromewebstore.google.com/detail/jira-daily-standup/nbgggnfcdciadlbakdhhdnelekpokfmm |
Beschrijving | Chrome plugin to manage daily standup meeting with Jira board |
Bestandsgrootte | 53.6 KB |
Aantal Installaties | 73 |
Huidige Versie | 1.1.7 |
Laatst Bijgewerkt | 2023-05-11 |
Publicatiedatum | 2019-01-22 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Elhay-av |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/elhay-av/jira-daily-standup |
Help Pagina-URL | https://github.com/elhay-av/jira-daily-standup/issues |
Ondersteunde Talen | 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 } |