Pilot - Screenshot Website, Comment, Share
For Design & Engineering Teams to Share Feedback on any Website
Qu'est-ce que Pilot - Screenshot Website, Comment, Share ?
Pilot - Screenshot Website, Comment, Share est une extension Chrome développée par nikhil896, et sa fonction principale est "For Design & Engineering Teams to Share Feedback on any Website".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pilot - Screenshot Website, Comment, Share
Téléchargez les fichiers d'extension Pilot - Screenshot Website, Comment, Share au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | homakjghndjpjmpghloignplljcpjpmb |
URL Officiel | https://chrome.google.com/webstore/detail/pilot-screenshot-website/homakjghndjpjmpghloignplljcpjpmb |
Description | For Design & Engineering Teams to Share Feedback on any Website |
Taille du Fichier | 20.27 KB |
Nombre d'Installations | 24 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2020-08-03 |
Date de Publication | 2020-07-28 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | nikhil896 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://pilotui.com/ |
URL de la Page d'Aide | https://pilotui.com/support |
Langues Prises en Charge | 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" } } |