Mark All as Read
This Chrome Extension mark all the unread emails as read at once with the single click.
Was ist Mark All as Read?
Mark All as Read ist eine Chrome-Erweiterung, die von Codimite entwickelt wurde, und ihr Hauptmerkmal ist "This Chrome Extension mark all the unread emails as read at once with the single click.".
Erweiterungsscreenshots
Mark All as Read-Erweiterungs-CRX-Datei herunterladen
Laden Sie Mark All as Read-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Mark All as Read |
ID | gcgmldnijmeokhapgphpmeeghhnkdlhe |
Offizielle URL | https://chromewebstore.google.com/detail/mark-all-as-read/gcgmldnijmeokhapgphpmeeghhnkdlhe |
Beschreibung | This Chrome Extension mark all the unread emails as read at once with the single click. |
Dateigröße | 1.81 MB |
Installationsanzahl | 66 |
Aktuelle Version | 1.1.3 |
Letztes Update | 2021-05-08 |
Veröffentlichungsdatum | 2021-04-08 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Codimite |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://www.codimite.com/privacy-policy |
Unterstützte Sprachen | 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" } } |