Inspect and view changes in Better Issue Link for Jira - Smart Copy with Templates source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "Better Issue Link for Jira - Smart Copy with Templates",
"description": "Enhance Jira's copy link functionality with customizable HTML and Markdown templates, perfect for Slack and documentation.",
"version": "1.1.0",
"icons": {
"16": "images/icon-16.png",
"32": "images/icon-32.png",
"48": "images/icon-48.png",
"128": "images/icon-128.png"
},
"permissions": [
"storage"
],
"options_page": "options/options.html",
"content_scripts": [
{
"js": [
"scripts/content.js"
],
"matches": [
"https://*.atlassian.net/jira/*",
"https://*.atlassian.net/browse/*",
"https://*.atlassian.net/issues/*"
]
}
]
}