Footinator
This extension removes the footer that cloudHQ puts at the bottom of their email.
O que é Footinator?
Footinator é uma extensão do Chrome desenvolvida por The Ultimate Essay Guide, e sua principal característica é "This extension removes the footer that cloudHQ puts at the bottom of their email.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Footinator
Baixe arquivos de extensão Footinator 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
If you use the the Free Email Tracker from Cloud HQ to monitor sent emails and don't want to pay for it but also don't want to have the email tracker at the bottom. Then this is the extension for you. Using this removes the footer at the bottom of the email.
Informações Básicas da Extensão
Nome | |
ID | apbhojnkkiljllhnlcaookcpebpmnbmh |
URL Oficial | https://chrome.google.com/webstore/detail/footinator/apbhojnkkiljllhnlcaookcpebpmnbmh |
Descrição | This extension removes the footer that cloudHQ puts at the bottom of their email. |
Tamanho do Arquivo | 35.74 KB |
Contagem de Instalações | 73 |
Versão Atual | 1 |
Última Atualização | 2018-06-25 |
Data de Publicação | 2018-06-25 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | The Ultimate Essay Guide |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://www.iubenda.com/privacy-policy/847740 |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Footinator", "short_name": "Footinator", "description": "This extension removes the footer that cloudHQ puts at the bottom of their email.", "version": "1", "icons": { "16": "images\/email-16.png", "48": "images\/email-48.png", "128": "images\/email-128.png" }, "permissions": [ "tabs", "*:\/\/*.google.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*" ], "js": [ "thirdparty\/jquery-3.2.1.min.js", "js\/app.js" ] } ] } |