Pilot - Screenshot Website, Comment, Share

For Design & Engineering Teams to Share Feedback on any Website

¿Qué es Pilot - Screenshot Website, Comment, Share?

Pilot - Screenshot Website, Comment, Share es una extensión de Chrome desarrollada por nikhil896, y su función principal es "For Design & Engineering Teams to Share Feedback on any Website".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Pilot - Screenshot Website, Comment, Share

Descarga archivos de extensión Pilot - Screenshot Website, Comment, Share en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Pilot - Screenshot Website, Comment, Share Pilot - Screenshot Website, Comment, Share
ID homakjghndjpjmpghloignplljcpjpmb
URL Oficial https://chrome.google.com/webstore/detail/pilot-screenshot-website/homakjghndjpjmpghloignplljcpjpmb
Descripción For Design & Engineering Teams to Share Feedback on any Website
Tamaño del Archivo 20.27 KB
Cantidad de Instalaciones 24
Versión Actual 0.2
Última Actualización 2020-08-03
Fecha de Publicación 2020-07-28
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador nikhil896
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://pilotui.com/
URL de la Página de Ayuda https://pilotui.com/support
Idiomas Soportados 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"
    }
}