Ticket Templates for JIRA

This addon inserts templates easily into textfields. It supports autofill, quickfill, sharing and many more.

Ticket Templates for JIRAคืออะไร?

Ticket Templates for JIRA เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Steven Herrmann และคุณลักษณะหลักของมันคือ "This addon inserts templates easily into textfields. It supports autofill, quickfill, sharing and many more."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ticket Templates for JIRA

ดาวน์โหลดไฟล์ส่วนขยาย Ticket Templates for JIRA ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        With Ticket Templates for JIRA you can create templates for user stories, bugs or comments you often need. This extension provides a autofill function, shortcut buttons and many more.

★ Key Features ★

✔ autofill templates based on issuetype and project
✔ create custom templates for tickets or comments in JIRA, Trello, Asana ...
✔ inserting templates with quickaccess buttons, dropdown menu or right-click menu
✔ easy sharing your templates with your team via export and import via file or URL
✔ keep existing descriptions while inserting your template
✔ add templates for specific projects
✔ add custom ticket types

★ Permissions ★

No special permissions needed.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Ticket Templates for JIRA Ticket Templates for JIRA
ID inmachhhbcehlpklfjgenplmgffbiiaf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ticket-templates-for-jira/inmachhhbcehlpklfjgenplmgffbiiaf
คำอธิบาย This addon inserts templates easily into textfields. It supports autofill, quickfill, sharing and many more.
ขนาดไฟล์ 1012 KB
จำนวนการติดตั้ง 1,955
เวอร์ชันปัจจุบัน 1.9.3
อัปเดตครั้งล่าสุด 2023-02-17
วันที่เผยแพร่ 2020-06-16
คะแนน 4.50/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Steven Herrmann
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "author": "Steven Herrmann",
    "name": "__MSG_general_app_name__",
    "default_locale": "en",
    "version": "1.9.3",
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "description": "__MSG_general_app_description__",
    "homepage_url": "https:\/\/gitlab.com\/browseraddons\/ticket-templates-for-jira\/",
    "short_name": "__MSG_general_app_short_name__",
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "scripting",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "minimum_chrome_version": "93",
    "action": {
        "default_icon": {
            "16": "assets\/icons\/icon16.png",
            "32": "assets\/icons\/icon32.png",
            "48": "assets\/icons\/icon48.png",
            "128": "assets\/icons\/icon128.png"
        },
        "default_title": "__MSG_browser_ui_title_onhover__"
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "scripts\/background-service-worker.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentScript.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/icons\/icon16.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}