Add "Mark All Read" button to GMail
Allows you to mark all messages as read with one click.
Add "Mark All Read" button to GMail क्या है?
Add "Mark All Read" button to GMail pressbin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to mark all messages as read with one click."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Add "Mark All Read" button to GMail एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The button allows you to change every visible message with an "unread" status to "read" status.
एक्सटेंशन की मूल जानकारी
नाम | Add "Mark All Read" button to GMail |
ID | mhgahabpbdjldmonmfgehfhjmgjedjkc |
आधिकारिक URL | https://chromewebstore.google.com/detail/add-mark-all-read-button/mhgahabpbdjldmonmfgehfhjmgjedjkc |
विवरण | Allows you to mark all messages as read with one click. |
फ़ाइल का आकार | 4.38 KB |
स्थापना संख्या | 672 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2022-07-01 |
प्रकाशन तिथि | 2015-01-06 |
रेटिंग | 3.00/5 कुल 14 रेटिंग्स |
डेवलपर | pressbin |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "exclude_globs": [], "exclude_matches": [], "include_globs": [ "https:\/\/mail.google.com\/mail*" ], "js": [ "script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "converted_from_user_script": true, "description": "Allows you to mark all messages as read with one click.", "name": "Add \"Mark All Read\" button to GMail", "version": "1.3" } |