Full Page Screen Capture & Visual Feedback
Take a screenshot of a full page of the browser screen and add new comments.
¿Qué es Full Page Screen Capture & Visual Feedback?
Full Page Screen Capture & Visual Feedback es una extensión de Chrome desarrollada por https://www.plerdy.com/, y su función principal es "Take a screenshot of a full page of the browser screen and add new comments.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Full Page Screen Capture & Visual Feedback
Descarga archivos de extensión Full Page Screen Capture & Visual Feedback 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
Take a screenshot of a full page of the browser screen and add new comments. You can report bugs on any website, prototype, or browser image. You can also easily communicate between employees in a team in one screenshot of a full page. The extension captures every part of the site page and takes a URL screenshot. You can upload it as an image, tag new team members, share a link, and add new comments. The Plerdy UX checker (https://ux.plerdy.com/) makes it easy for teams to share design and development feedback. The Five Main Features 💬 Communication: Save time and reduce the number of emails between teams. 👌 Installation without code: There is no need to install additional code on your site with a browser extension. 🤓 Site Page Analysis: Revolutionize heuristic assessments, UX audits, and remote user testing. 👨💼 Management: Organize and manage your team right through the sidebar and share the finished link. 😃 Easy to use: The plugin is ideal for people with no technical knowledge. Thousands of great teams around the world love to manage projects over the Internet.
Información Básica de la Extensión
Nombre | Full Page Screen Capture & Visual Feedback |
ID | gfalfgfjjngkcfhadnehacimlfhenjbo |
URL Oficial | https://chromewebstore.google.com/detail/full-page-screen-capture/gfalfgfjjngkcfhadnehacimlfhenjbo |
Descripción | Take a screenshot of a full page of the browser screen and add new comments. |
Tamaño del Archivo | 78.37 KB |
Cantidad de Instalaciones | 3,023 |
Versión Actual | 0.2 |
Última Actualización | 2021-07-01 |
Fecha de Publicación | 2021-05-27 |
Calificación | 4.43/5 Total de 14 Calificaciones |
Desarrollador | https://www.plerdy.com/ |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://ux.plerdy.com/ |
URL de la Página de Política de Privacidad | https://www.plerdy.com/privacy-policy |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Full Page Screen Capture & Visual Feedback", "description": "Take a screenshot of a full page of the browser screen and add new comments.", "version": "0.2", "manifest_version": 2, "browser_action": { "default_title": "Plerdy - Full Page Screen Capture & Visual Feedback Tool", "default_icon": "favicon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "icons": { "16": "favicon.png", "48": "favicon.png", "128": "favicon.png" } } |