Mark All as Read
This Chrome Extension mark all the unread emails as read at once with the single click.
Τι είναι το Mark All as Read;
Το Mark All as Read είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Codimite, και η κύρια λειτουργία του είναι "This Chrome Extension mark all the unread emails as read at once with the single click.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Mark All as Read
Λήψη αρχείων επέκτασης Mark All as Read σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This chrome extension built to meet the needs of Codimite clients. This Chrome Extension mark all the unread emails as read at once with the single click.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Mark All as Read |
ID | gcgmldnijmeokhapgphpmeeghhnkdlhe |
Επίσημο URL | https://chromewebstore.google.com/detail/mark-all-as-read/gcgmldnijmeokhapgphpmeeghhnkdlhe |
Περιγραφή | This Chrome Extension mark all the unread emails as read at once with the single click. |
Μέγεθος Αρχείου | 1.81 MB |
Αριθμός Εγκαταστάσεων | 66 |
Τρέχουσα Έκδοση | 1.1.3 |
Τελευταία Ενημέρωση | 2021-05-08 |
Ημερομηνία Δημοσίευσης | 2021-04-08 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Codimite |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.codimite.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mark All as Read", "description": "This Chrome Extension mark all the unread emails as read at once with the single click.", "version": "1.1.3", "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*" ], "js": [ "readAllmail.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_icon": "img\/logo3.png" }, "icons": { "128": "img\/logo3.png" } } |