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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Codimite และคุณลักษณะหลักของมันคือ "This Chrome Extension mark all the unread emails as read at once with the single click."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mark All as Read

ดาวน์โหลดไฟล์ส่วนขยาย 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
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
อีเมล [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"
    }
}