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是由nikhil896開發的Chrome擴展程式,該擴展的主要功能是“For Design & Engineering Teams to Share Feedback on any Website”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Pilot - Screenshot Website, Comment, Share擴展crx文件

下載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
官方網址 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"
    }
}