Mark All as Read

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

Qu'est-ce que Mark All as Read ?

Mark All as Read est une extension Chrome développée par Codimite, et sa fonction principale est "This Chrome Extension mark all the unread emails as read at once with the single click.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Mark All as Read

Téléchargez les fichiers d'extension Mark All as Read au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Mark All as Read Mark All as Read
ID gcgmldnijmeokhapgphpmeeghhnkdlhe
URL Officiel https://chromewebstore.google.com/detail/mark-all-as-read/gcgmldnijmeokhapgphpmeeghhnkdlhe
Description This Chrome Extension mark all the unread emails as read at once with the single click.
Taille du Fichier 1.81 MB
Nombre d'Installations 66
Version Actuelle 1.1.3
Dernière Mise à Jour 2021-05-08
Date de Publication 2021-04-08
Évaluation 5.00/5 Total 1 Évaluations
Développeur Codimite
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.codimite.com/privacy-policy
Langues Prises en Charge 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"
    }
}