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
官方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"
    }
}