Mark All as Read
This Chrome Extension mark all the unread emails as read at once with the single click.
Co to jest Mark All as Read?
Mark All as Read to rozszerzenie Chrome opracowane przez Codimite, a jego główną funkcją jest „This Chrome Extension mark all the unread emails as read at once with the single click.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Mark All as Read
Pobierz pliki rozszerzeń Mark All as Read w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Mark All as Read |
ID | gcgmldnijmeokhapgphpmeeghhnkdlhe |
Oficjalny URL | https://chromewebstore.google.com/detail/mark-all-as-read/gcgmldnijmeokhapgphpmeeghhnkdlhe |
Opis | This Chrome Extension mark all the unread emails as read at once with the single click. |
Rozmiar pliku | 1.81 MB |
Liczba instalacji | 66 |
Aktualna Wersja | 1.1.3 |
Ostatnia Aktualizacja | 2021-05-08 |
Data Publikacji | 2021-04-08 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Codimite |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://www.codimite.com/privacy-policy |
Obsługiwane Języki | 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" } } |