Full Page Screen Capture & Visual Feedback
Take a screenshot of a full page of the browser screen and add new comments.
Τι είναι το Full Page Screen Capture & Visual Feedback;
Το Full Page Screen Capture & Visual Feedback είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.plerdy.com/, και η κύρια λειτουργία του είναι "Take a screenshot of a full page of the browser screen and add new comments.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Full Page Screen Capture & Visual Feedback
Λήψη αρχείων επέκτασης Full Page Screen Capture & Visual Feedback σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Full Page Screen Capture & Visual Feedback |
ID | gfalfgfjjngkcfhadnehacimlfhenjbo |
Επίσημο URL | https://chromewebstore.google.com/detail/full-page-screen-capture/gfalfgfjjngkcfhadnehacimlfhenjbo |
Περιγραφή | Take a screenshot of a full page of the browser screen and add new comments. |
Μέγεθος Αρχείου | 78.37 KB |
Αριθμός Εγκαταστάσεων | 3,023 |
Τρέχουσα Έκδοση | 0.2 |
Τελευταία Ενημέρωση | 2021-07-01 |
Ημερομηνία Δημοσίευσης | 2021-05-27 |
Αξιολόγηση | 4.43/5 Συνολικά 14 Αξιολογήσεις |
Προγραμματιστής | https://www.plerdy.com/ |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://ux.plerdy.com/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.plerdy.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | 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" } } |