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 Codimite द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This Chrome Extension mark all the unread emails as read at once with the single click."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Mark All as Read एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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
ईमेल support@codimite.com
भुगतान के प्रकार 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"
    }
}