Mark All as Read

This Chrome Extension mark all the unread emails as read at once with the single click.

Vad är Mark All as Read?

Mark All as Read är en Chrome-tillägg utvecklad av Codimite, och dess huvudfunktion är "This Chrome Extension mark all the unread emails as read at once with the single click.".

Tilläggsskärmbilder

screenshot

Ladda ner Mark All as Read-förlängningens CRX-fil

Ladda ner Mark All as Read-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Mark All as Read Mark All as Read
ID gcgmldnijmeokhapgphpmeeghhnkdlhe
Officiell webbadress https://chromewebstore.google.com/detail/mark-all-as-read/gcgmldnijmeokhapgphpmeeghhnkdlhe
Beskrivning This Chrome Extension mark all the unread emails as read at once with the single click.
Filstorlek 1.81 MB
Antal Installationer 66
Aktuell Version 1.1.3
Senast Uppdaterad 2021-05-08
Publiceringsdatum 2021-04-08
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Codimite
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.codimite.com/privacy-policy
Stödda Språk 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"
    }
}