Gorira
A chrome extension to help you screenshot your web pages and create JIRA tickets
Gorira là gì?
Gorira là một tiện ích mở rộng Chrome được phát triển bởi https://livingcolor.fr, và tính năng chính của nó là "A chrome extension to help you screenshot your web pages and create JIRA tickets".
Ả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 Gorira
Tải xuống các tệp mở rộng Gorira 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
With this extension, you'll be able to supercharge your Jira, but not only! It's now possible to save your screenshot in the cloud and share it! The features of this extension: - Take a screenshot from your web page - Paste a screenshot from another browser or desktop app - Edit your current web page Once done, you can : - Comment - add arrows - Highlight content - Add circles, trianges or squares to emphasize areas of your screenshot - crop a region - Add text - Add icons After this step, you'll be able to : - Save your content as a png - Copy it to clipboard - Share your annotated screenshot in the cloud! - Create a Jira Ticket ! For the Jira ticket, just enter a summary + a description and you're good to go : - A new ticket will be created including your summary, and your description appended with the screenshot + url of the page + the user-agent infos (don't forget to fill in the settings for Jira)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Gorira |
ID | cecnfapbjmhpdclpafgkhloldnlempfp |
URL Chính Thức | https://chromewebstore.google.com/detail/gorira/cecnfapbjmhpdclpafgkhloldnlempfp |
Mô tả | A chrome extension to help you screenshot your web pages and create JIRA tickets |
Kích Thước Tệp | 1.03 MB |
Số Lần Cài Đặt | 224 |
Phiên Bản Hiện Tại | 2.3.1 |
Cập Nhật Lần Cuối | 2023-04-12 |
Ngày Phát Hành | 2020-05-16 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://livingcolor.fr |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://livingcolor.fr/ |
URL Trang Chính Sách Bảo Mật | https://www.livingcolor.fr/privacy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A chrome extension to help you screenshot your web pages and create JIRA tickets", "version": "2.3.1", "manifest_version": 3, "name": "Gorira", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "icon32.png" }, "icons": { "128": "icon128.png" }, "web_accessible_resources": [ { "resources": [ "icon128.png", "icon32.png" ], "matches": [] } ], "host_permissions": [ " |