Footinator
This extension removes the footer that cloudHQ puts at the bottom of their email.
Co je Footinator?
Footinator je rozšíření Chrome vyvinuté The Ultimate Essay Guide, a jeho hlavní funkcí je „This extension removes the footer that cloudHQ puts at the bottom of their email.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Footinator
Stáhněte si soubory rozšíření Footinator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | apbhojnkkiljllhnlcaookcpebpmnbmh |
Oficiální URL | https://chrome.google.com/webstore/detail/footinator/apbhojnkkiljllhnlcaookcpebpmnbmh |
Popis | This extension removes the footer that cloudHQ puts at the bottom of their email. |
Velikost souboru | 35.74 KB |
Počet instalací | 73 |
Aktuální Verze | 1 |
Poslední Aktualizace | 2018-06-25 |
Datum Vydání | 2018-06-25 |
Hodnocení | 3.00/5 Celkem 2 Hodnocení |
Vývojář | The Ultimate Essay Guide |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://www.iubenda.com/privacy-policy/847740 |
Podporované Jazyky | 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" ] } ] } |