Footinator
This extension removes the footer that cloudHQ puts at the bottom of their email.
Qu'est-ce que Footinator ?
Footinator est une extension Chrome développée par The Ultimate Essay Guide, et sa fonction principale est "This extension removes the footer that cloudHQ puts at the bottom of their email.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Footinator
Téléchargez les fichiers d'extension Footinator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | apbhojnkkiljllhnlcaookcpebpmnbmh |
URL Officiel | https://chrome.google.com/webstore/detail/footinator/apbhojnkkiljllhnlcaookcpebpmnbmh |
Description | This extension removes the footer that cloudHQ puts at the bottom of their email. |
Taille du Fichier | 35.74 KB |
Nombre d'Installations | 73 |
Version Actuelle | 1 |
Dernière Mise à Jour | 2018-06-25 |
Date de Publication | 2018-06-25 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | The Ultimate Essay Guide |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.iubenda.com/privacy-policy/847740 |
Langues Prises en Charge | 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" ] } ] } |