Mark All as Read
This Chrome Extension mark all the unread emails as read at once with the single click.
O que é Mark All as Read?
Mark All as Read é uma extensão do Chrome desenvolvida por Codimite, e sua principal característica é "This Chrome Extension mark all the unread emails as read at once with the single click.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Mark All as Read
Baixe arquivos de extensão Mark All as Read no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Mark All as Read |
ID | gcgmldnijmeokhapgphpmeeghhnkdlhe |
URL Oficial | https://chromewebstore.google.com/detail/mark-all-as-read/gcgmldnijmeokhapgphpmeeghhnkdlhe |
Descrição | This Chrome Extension mark all the unread emails as read at once with the single click. |
Tamanho do Arquivo | 1.81 MB |
Contagem de Instalações | 66 |
Versão Atual | 1.1.3 |
Última Atualização | 2021-05-08 |
Data de Publicação | 2021-04-08 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Codimite |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://www.codimite.com/privacy-policy |
Idiomas Suportados | 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" } } |