Pilot - Screenshot Website, Comment, Share
For Design & Engineering Teams to Share Feedback on any Website
Was ist Pilot - Screenshot Website, Comment, Share?
Pilot - Screenshot Website, Comment, Share ist eine Chrome-Erweiterung, die von nikhil896 entwickelt wurde, und ihr Hauptmerkmal ist "For Design & Engineering Teams to Share Feedback on any Website".
Erweiterungsscreenshots
Pilot - Screenshot Website, Comment, Share-Erweiterungs-CRX-Datei herunterladen
Laden Sie Pilot - Screenshot Website, Comment, Share-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | homakjghndjpjmpghloignplljcpjpmb |
Offizielle URL | https://chrome.google.com/webstore/detail/pilot-screenshot-website/homakjghndjpjmpghloignplljcpjpmb |
Beschreibung | For Design & Engineering Teams to Share Feedback on any Website |
Dateigröße | 20.27 KB |
Installationsanzahl | 24 |
Aktuelle Version | 0.2 |
Letztes Update | 2020-08-03 |
Veröffentlichungsdatum | 2020-07-28 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | nikhil896 |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://pilotui.com/ |
Hilfeseite URL | https://pilotui.com/support |
Unterstützte Sprachen | 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" } } |