Instant Developer Cloud Screenshot Extension
Take screenshots from Instant Developer Cloud applications when sending feedback.
Instant Developer Cloud Screenshot Extension là gì?
Instant Developer Cloud Screenshot Extension là một tiện ích mở rộng Chrome được phát triển bởi InstantDeveloper, và tính năng chính của nó là "Take screenshots from Instant Developer Cloud applications when sending feedback.".
Ả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 Instant Developer Cloud Screenshot Extension
Tải xuống các tệp mở rộng Instant Developer Cloud Screenshot Extension 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 extension is used to capture screenshots of the frame showing the application and it's used by Instant Developer Cloud to attach the screenshots to the feedback.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cbhgfhmihejgdpfeclnhkjmmjhhfmdom |
URL Chính Thức | https://chromewebstore.google.com/detail/instant-developer-cloud-s/cbhgfhmihejgdpfeclnhkjmmjhhfmdom |
Mô tả | Take screenshots from Instant Developer Cloud applications when sending feedback. |
Kích Thước Tệp | 13.14 KB |
Số Lần Cài Đặt | 64 |
Phiên Bản Hiện Tại | 2.1 |
Cập Nhật Lần Cuối | 2021-05-08 |
Ngày Phát Hành | 2021-05-06 |
Nhà Phát Triển | InstantDeveloper |
[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", "name": "Instant Developer Cloud Screenshot Extension", "version": "2.1", "description": "Take screenshots from Instant Developer Cloud applications when sending feedback.", "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/localhost:8081\/*", "https:\/\/*.instantdevelopercloud.com\/*" ], "js": [ "content.js" ] } ], "browser_action": { "default_title": "Screenshot" }, "permissions": [ " |