JiraLink

Copy a Jira link with the Ticket Number and Title a HTML, ready to be pasted into Outlook or Websites.

Cos'è JiraLink?

JiraLink è un'estensione di Chrome sviluppata da Patrick Wittke, e la sua funzione principale è "Copy a Jira link with the Ticket Number and Title a HTML, ready to be pasted into Outlook or Websites.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione JiraLink

Scarica i file di estensione JiraLink in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This plugin enables you to copy a Jira Ticket link with formatting to clipboard to paste  with ticket title.                    

Informazioni di Base sull'Estensione

Nome JiraLink JiraLink
ID amaniafiiidgechmhchpfpepeonlblaj
URL Ufficiale https://chromewebstore.google.com/detail/jiralink/amaniafiiidgechmhchpfpepeonlblaj
Descrizione Copy a Jira link with the Ticket Number and Title a HTML, ready to be pasted into Outlook or Websites.
Dimensione del File 24.57 KB
Conteggio Installazioni 50
Versione Corrente 0.2
Ultimo Aggiornamento 2019-05-31
Data di Pubblicazione 2019-05-31
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Patrick Wittke
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}