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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } |