JiraLink
Copy a Jira link with the Ticket Number and Title a HTML, ready to be pasted into Outlook or Websites.
Wat is JiraLink?
JiraLink is een Chrome-extensie ontwikkeld door Patrick Wittke, en de belangrijkste functie is "Copy a Jira link with the Ticket Number and Title a HTML, ready to be pasted into Outlook or Websites.".
Extensie Screenshots
Download het CRX-bestand van de extensie JiraLink
Download JiraLink-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
This plugin enables you to copy a Jira Ticket link with formatting to clipboard to paste with ticket title. Basisinformatie over de Extensie
| Naam | |
| ID | amaniafiiidgechmhchpfpepeonlblaj |
| Officiële URL | https://chromewebstore.google.com/detail/jiralink/amaniafiiidgechmhchpfpepeonlblaj |
| Beschrijving | Copy a Jira link with the Ticket Number and Title a HTML, ready to be pasted into Outlook or Websites. |
| Bestandsgrootte | 24.57 KB |
| Aantal Installaties | 50 |
| Huidige Versie | 0.2 |
| Laatst Bijgewerkt | 2019-05-31 |
| Publicatiedatum | 2019-05-31 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Patrick Wittke |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |