Miro Web Clipper
Save screenshots into the library
Τι είναι το Miro Web Clipper;
Το Miro Web Clipper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://miro.com, και η κύρια λειτουργία του είναι "Save screenshots into the library".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Miro Web Clipper
Λήψη αρχείων επέκτασης Miro Web Clipper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Capture and save webpage screenshots directly into your Miro library Miro is the online collaborative whiteboard platform that enables distributed teams to work effectively together, from brainstorming with digital sticky notes to planning and managing Agile workflows. With the Miro Web Clipper Chrome extension, you can add screenshots to Miro boards to easily annotate, provide feedback, drive inspiration and innovate on existing web pages. With this extension you can simply drag and drop files from your desktop or file manager right onto the board. You can also take screenshots of websites in your browser and instantly save them into your Miro library. The first mode takes a screenshot of the entire visible area of the selected tab, the second mode allows you to capture a selected rectangular area, and the third mode allows you to capture the entire page. When you're ready to add the saved web pages to the board, find the Upload tool on the Toolbar in Miro and choose Web Clipper. Getting started 1. After installation, the extension will automatically be enabled and become active. 2. Refresh tabs with active Miro boards so that the extension works correctly. You only have to do this once — after the initial installation. 3. The extension currently supports Google Chrome. It will not work in other browsers (including Chromium).
Βασικές Πληροφορίες Επέκτασης
Όνομα | Miro Web Clipper |
ID | ecfnenchgjbicgaooadfdmcojkcmjblk |
Επίσημο URL | https://chromewebstore.google.com/detail/miro-web-clipper/ecfnenchgjbicgaooadfdmcojkcmjblk |
Περιγραφή | Save screenshots into the library |
Μέγεθος Αρχείου | 3.91 MB |
Αριθμός Εγκαταστάσεων | 90,000 |
Τρέχουσα Έκδοση | 1.6.3 |
Τελευταία Ενημέρωση | 2023-01-10 |
Ημερομηνία Δημοσίευσης | 2020-06-16 |
Αξιολόγηση | 3.58/5 Συνολικά 96 Αξιολογήσεις |
Προγραμματιστής | https://miro.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://miro.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://help.miro.com/hc/en-us |
URL της Σελίδας Πολιτικής Απορρήτου | https://miro.com/legal/privacy-policy |
Υποστηριζόμενες Γλώσσες | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "version": "1.6.3", "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "16": "img\/c_ico.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "background": { "service_worker": "worker.js", "type": "module" }, "action": { "default_title": "Miro Web Clipper", "default_icon": { "32": "img\/inactive.png" } }, "content_scripts": [ { "matches": [ " |