Jira Product Discovery

Jira Product Discovery Chrome Extension

Jira Product Discoveryคืออะไร?

Jira Product Discovery เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Atlassian และคุณลักษณะหลักของมันคือ "Jira Product Discovery Chrome Extension"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Jira Product Discovery

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

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

                        With the Jira Product Discovery Chrome Extension you can:
- Attach links to web pages to your Ideas
- Add text snippets and images from the web to Jira Product Discovery
- Take screenshots
- Create new Ideas in place                    

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

ชื่อ Jira Product Discovery Jira Product Discovery
ID flacajjkcnlngpeapmnmignmjgddamah
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/jira-product-discovery/flacajjkcnlngpeapmnmignmjgddamah
คำอธิบาย Jira Product Discovery Chrome Extension
ขนาดไฟล์ 14.94 MB
จำนวนการติดตั้ง 13,668
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2024-02-21
วันที่เผยแพร่ 2023-05-04
คะแนน 4.30/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา Atlassian
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://atlassian.com
URL หน้าช่วยเหลือ https://support.atlassian.com
URL หน้านโยบายความเป็นส่วนตัว https://www.atlassian.com/legal/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "short_name": "Jira Product Discovery",
    "name": "Jira Product Discovery",
    "version": "1.0.1",
    "description": "Jira Product Discovery Chrome Extension",
    "icons": {
        "16": "icon-production16.e9556cf1.png",
        "48": "icon-production48.62b47d09.png",
        "128": "icon-production128.913ec90d.png"
    },
    "permissions": [
        "storage",
        "webRequest",
        "contextMenus",
        "activeTab",
        "cookies",
        "scripting",
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "https:\/\/*.atlassian.net\/*",
        "https:\/\/*.jira-dev.com\/*",
        "https:\/\/*.jira.com\/*",
        ""
    ],
    "background": {
        "service_worker": "background.1573d7ac.js"
    },
    "action": {
        "default_popup": "popup.1d7d9452.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content-script.js",
                "content.css",
                "atlaskit.css",
                "atlaskit-css-reset.css",
                "[email protected]",
                "get_started.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}