JiraLink
Copy a Jira link with the Ticket Number and Title a HTML, ready to be pasted into Outlook or Websites.
Qu'est-ce que JiraLink ?
JiraLink est une extension Chrome développée par Patrick Wittke, et sa fonction principale est "Copy a Jira link with the Ticket Number and Title a HTML, ready to be pasted into Outlook or Websites.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension JiraLink
Téléchargez les fichiers d'extension JiraLink 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
This plugin enables you to copy a Jira Ticket link with formatting to clipboard to paste with ticket title.
Informations de Base sur l'Extension
Nom | JiraLink |
ID | amaniafiiidgechmhchpfpepeonlblaj |
URL Officiel | https://chromewebstore.google.com/detail/jiralink/amaniafiiidgechmhchpfpepeonlblaj |
Description | Copy a Jira link with the Ticket Number and Title a HTML, ready to be pasted into Outlook or Websites. |
Taille du Fichier | 24.57 KB |
Nombre d'Installations | 50 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2019-05-31 |
Date de Publication | 2019-05-31 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Patrick Wittke |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JiraLink", "version": "0.2", "author": "Patrick Wittke", "description": "Copy a Jira link with the Ticket Number and Title a HTML, ready to be pasted into Outlook or Websites.", "manifest_version": 2, "browser_action": { "default_title": "Copy Jira Link", "default_icon": "img\/icon16.png" }, "permissions": [ "activeTab", "notifications" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png", "256": "img\/icon256.png" } } |