waldo
Manage your Gmail attachments easily
O que é waldo?
waldo é uma extensão do Chrome desenvolvida por Brain Motion, e sua principal característica é "Manage your Gmail attachments easily".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão waldo
Baixe arquivos de extensão waldo 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
Waldo lets you search and manage attachments in your Gmail mailbox easily, without having to scroll through hundreds of different messages to find a file. Search by file type, file name, sender's address or email topic. Sort by date or size, download or delete old attachments directly from Waldo while keeping the original email, and save Gigabytes and hours every month!
Informações Básicas da Extensão
Nome | |
ID | dcleeeblkgocgkdbbloglnolodhnkcem |
URL Oficial | https://chrome.google.com/webstore/detail/dcleeeblkgocgkdbbloglnolodhnkcem |
Descrição | Manage your Gmail attachments easily |
Tamanho do Arquivo | 706 KB |
Contagem de Instalações | 281 |
Versão Atual | 1.1.3 |
Última Atualização | 2020-05-17 |
Data de Publicação | 2020-05-16 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Brain Motion |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.getwaldo.app/ |
URL da Página de Ajuda | https://www.getwaldo.app/contacts |
URL da Página de Política de Privacidade | https://www.getwaldo.app/policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "waldo", "description": "Manage your Gmail attachments easily", "version": "1.1.3", "content_scripts": [ { "run_at": "document_end", "matches": [ "*:\/\/mail.google.com\/*" ], "js": [ "js\/jquery-3.4.1.min.js", "js\/bootstrap.min.js", "js\/jquery.bootpag.js", "js\/jquery.bootpag.min.js", "content-script.js", "pdf.js", "pdf.worker.js" ], "css": [ "css\/style.css" ] } ], "icons": { "16": "waldo_icon_16.png", "48": "waldo_icon_48.png", "128": "waldo_icon_128.png" }, "browser_action": { "default_icon": { "128": "waldo_icon_128.png" } }, "web_accessible_resources": [ "popup.html", "img\/*.svg" ], "background": { "scripts": [ "background.js", "js\/jquery-3.4.1.min.js" ], "persistent": false }, "permissions": [ "activeTab", "https:\/\/apis.google.com\/js\/api.js", "https:\/\/www.googleapis.com\/", "identity", "identity.email", "http:\/\/52.29.18.30\/", "https:\/\/script.google.com\/" ], "oauth2": { "client_id": "990405830857-bm9e4v579ehineo17aph32h6h3i6pt6b.apps.googleusercontent.com", "scopes": [ "https:\/\/mail.google.com\/" ] }, "content_security_policy": "script-src 'self' https:\/\/apis.google.com 'unsafe-eval'; object-src 'self'" } |