Atlassian Helper
Some handy helpers for Atlassian products
Atlassian Helperคืออะไร?
Atlassian Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Viljami Vastamäki และคุณลักษณะหลักของมันคือ "Some handy helpers for Atlassian products"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Atlassian Helper
ดาวน์โหลดไฟล์ส่วนขยาย Atlassian Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Generates a button that allows users to expand all expandable boxes at once on the Confluence page. Alternatively, you can press Ctrl + E
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Atlassian Helper |
ID | bpjfgniflcdjodppkodbcmdleafknoed |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/atlassian-helper/bpjfgniflcdjodppkodbcmdleafknoed |
คำอธิบาย | Some handy helpers for Atlassian products |
ขนาดไฟล์ | 4.21 KB |
จำนวนการติดตั้ง | 162 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2022-11-30 |
วันที่เผยแพร่ | 2020-10-05 |
คะแนน | 4.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Viljami Vastamäki |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Atlassian Helper", "version": "1.2", "description": "Some handy helpers for Atlassian products", "content_scripts": [ { "matches": [ "*:\/\/*.atlassian.net\/*" ], "js": [ "index.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*\/*" ], "js": [ "index.js" ], "run_at": "document_end" } ] } |