Pilot - Screenshot Website, Comment, Share

For Design & Engineering Teams to Share Feedback on any Website

Pilot - Screenshot Website, Comment, Share là gì?

Pilot - Screenshot Website, Comment, Share là một tiện ích mở rộng Chrome được phát triển bởi nikhil896, và tính năng chính của nó là "For Design & Engineering Teams to Share Feedback on any Website".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pilot - Screenshot Website, Comment, Share

Tải xuống các tệp mở rộng Pilot - Screenshot Website, Comment, Share 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

                        As designers and developers ourselves, we know how painful the feedback process can be.  Seemingly endless revisions of UI/UX are no fun for anybody on the team. Especially when it means shipping slower and with less quality.

We created Pilot to share feedback easily so there’s less bottlenecks and headaches during our development process. Design teams use Pilot to relay feedback to developers by taking a screenshot of the page via the extension and leaving comments. Teams can then make decisions collaboratively in the discussion threads. It’s helped us ship faster and we believe the end products turn out better too.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pilot - Screenshot Website, Comment, Share Pilot - Screenshot Website, Comment, Share
ID homakjghndjpjmpghloignplljcpjpmb
URL Chính Thức https://chrome.google.com/webstore/detail/pilot-screenshot-website/homakjghndjpjmpghloignplljcpjpmb
Mô tả For Design & Engineering Teams to Share Feedback on any Website
Kích Thước Tệp 20.27 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2020-08-03
Ngày Phát Hành 2020-07-28
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển nikhil896
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://pilotui.com/
URL Trang Trợ Giúp https://pilotui.com/support
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pilot - Screenshot Website, Comment, Share",
    "version": "0.2",
    "description": "For Design & Engineering Teams to Share Feedback on any Website",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "images\/pilot-logo-16.png",
        "48": "images\/pilot-logo-48.png",
        "128": "images\/pilot-logo-128.png",
        "256": "images\/pilot-logo-256.png"
    }
}