Full Page Screen Capture & Visual Feedback
Take a screenshot of a full page of the browser screen and add new comments.
Full Page Screen Capture & Visual Feedback là gì?
Full Page Screen Capture & Visual Feedback là một tiện ích mở rộng Chrome được phát triển bởi https://www.plerdy.com/, và tính năng chính của nó là "Take a screenshot of a full page of the browser screen and add new comments.".
Ả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 Full Page Screen Capture & Visual Feedback
Tải xuống các tệp mở rộng Full Page Screen Capture & Visual Feedback 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
Take a screenshot of a full page of the browser screen and add new comments. You can report bugs on any website, prototype, or browser image. You can also easily communicate between employees in a team in one screenshot of a full page. The extension captures every part of the site page and takes a URL screenshot. You can upload it as an image, tag new team members, share a link, and add new comments. The Plerdy UX checker (https://ux.plerdy.com/) makes it easy for teams to share design and development feedback. The Five Main Features 💬 Communication: Save time and reduce the number of emails between teams. 👌 Installation without code: There is no need to install additional code on your site with a browser extension. 🤓 Site Page Analysis: Revolutionize heuristic assessments, UX audits, and remote user testing. 👨💼 Management: Organize and manage your team right through the sidebar and share the finished link. 😃 Easy to use: The plugin is ideal for people with no technical knowledge. Thousands of great teams around the world love to manage projects over the Internet.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Full Page Screen Capture & Visual Feedback |
ID | gfalfgfjjngkcfhadnehacimlfhenjbo |
URL Chính Thức | https://chromewebstore.google.com/detail/full-page-screen-capture/gfalfgfjjngkcfhadnehacimlfhenjbo |
Mô tả | Take a screenshot of a full page of the browser screen and add new comments. |
Kích Thước Tệp | 78.37 KB |
Số Lần Cài Đặt | 3,023 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2021-07-01 |
Ngày Phát Hành | 2021-05-27 |
Đánh Giá | 4.43/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | https://www.plerdy.com/ |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://ux.plerdy.com/ |
URL Trang Chính Sách Bảo Mật | https://www.plerdy.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Full Page Screen Capture & Visual Feedback", "description": "Take a screenshot of a full page of the browser screen and add new comments.", "version": "0.2", "manifest_version": 2, "browser_action": { "default_title": "Plerdy - Full Page Screen Capture & Visual Feedback Tool", "default_icon": "favicon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "icons": { "16": "favicon.png", "48": "favicon.png", "128": "favicon.png" } } |