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開發的Chrome擴展程式,該擴展的主要功能是“This Chrome Extension mark all the unread emails as read at once with the single click.”。

擴展截圖

screenshot

下載Mark All as Read擴展crx文件

下載Mark All as Read擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
電子郵箱 [email protected]
付費類型 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"
    }
}