Pilot - Screenshot Website, Comment, Share

For Design & Engineering Teams to Share Feedback on any Website

Pilot - Screenshot Website, Comment, Shareคืออะไร?

Pilot - Screenshot Website, Comment, Share เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nikhil896 และคุณลักษณะหลักของมันคือ "For Design & Engineering Teams to Share Feedback on any Website"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pilot - Screenshot Website, Comment, Share

ดาวน์โหลดไฟล์ส่วนขยาย Pilot - Screenshot Website, Comment, Share ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pilot - Screenshot Website, Comment, Share Pilot - Screenshot Website, Comment, Share
ID homakjghndjpjmpghloignplljcpjpmb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/pilot-screenshot-website/homakjghndjpjmpghloignplljcpjpmb
คำอธิบาย For Design & Engineering Teams to Share Feedback on any Website
ขนาดไฟล์ 20.27 KB
จำนวนการติดตั้ง 24
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2020-08-03
วันที่เผยแพร่ 2020-07-28
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา nikhil896
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://pilotui.com/
URL หน้าช่วยเหลือ https://pilotui.com/support
ภาษาที่รองรับ 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"
    }
}