Jira Color Component
This extensions change color for Jira component
Jira Color Component là gì?
Jira Color Component là một tiện ích mở rộng Chrome được phát triển bởi dev, và tính năng chính của nó là "This extensions change color for Jira component".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Jira Color Component
Tải xuống các tệp mở rộng Jira Color Component dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This extensions change color for Jira component
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Jira Color Component |
ID | dgnfbgjnjjchcfehlejpjgbaejbenaec |
URL Chính Thức | https://chromewebstore.google.com/detail/jira-color-component/dgnfbgjnjjchcfehlejpjgbaejbenaec |
Mô tả | This extensions change color for Jira component |
Kích Thước Tệp | 7.68 KB |
Số Lần Cài Đặt | 26 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2022-08-03 |
Ngày Phát Hành | 2022-08-03 |
Nhà Phát Triển | dev |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Jira Color Component", "version": "1.0.0", "host_permissions": [ "https:\/\/itrvn.atlassian.net\/*", "https:\/\/*.itrvn.atlassian.net\/*" ], "content_scripts": [ { "matches": [ "https:\/\/itrvn.atlassian.net\/*", "https:\/\/*.itrvn.atlassian.net\/*" ], "js": [ "scripts\/content.js" ], "all_frames": true, "run_at": "document_end" } ] } |