Inspect and view changes in Bugzilla Automatic Comment from Status source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Bugzilla Automatic Comment from Status",
"author": "pdulvp@gmail.com",
"version": "1.1resigned1",
"homepage_url": "https://bitbucket.org/pdulvp/webext-bugzilla",
"description": "This extension automatically prefills issue's comment based on its status and resolution fields",
"applications": {
"gecko": {
"id": "bugzilla-auto-filler@pdulvp",
"strict_min_version": "60.0"
}
},
"icons": {
"16": "icons/logo-16.png",
"32": "icons/logo-32.png",
"48": "icons/logo-48.png",
"256": "icons/logo-256.png",
"512": "icons/logo-512.png"
},
"content_scripts": [
{
"matches": [
"*://*/show_bug.cgi*"
],
"js": [
"content_scripts/bugzilla.js"
]
}
]
} ベストのBugzilla Automatic Comment from Status代替案
Bugzilla Automatic Comment from Statusに類似したFirefox add-onをいくつか紹介します:
Bugzilla Whiteboard Autofill
twhite
Meta Bugs
Nicolas B. Pierron
QC Tool
Ahmed Omar
Review Helper
Suhaib Mujahid
Canned Responses Pro for Jira
Spartez Software
Bugzilla Data Collector
marco
Bugzilla Triage Helper
Emma Humphries
GitHub Canned Responses
Monica Dinculescu
Quick Reply for GitHub
warpech
GitLab conventional comments button
Yoric
Asana Expander
Stefan Zweifel
BugzillaJS - Tweaks for Bugzilla
Gregory Koberger