Footinator
This extension removes the footer that cloudHQ puts at the bottom of their email.
Vad är Footinator?
Footinator är en Chrome-tillägg utvecklad av The Ultimate Essay Guide, och dess huvudfunktion är "This extension removes the footer that cloudHQ puts at the bottom of their email.".
Tilläggsskärmbilder
Ladda ner Footinator-förlängningens CRX-fil
Ladda ner Footinator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | apbhojnkkiljllhnlcaookcpebpmnbmh |
Officiell webbadress | https://chrome.google.com/webstore/detail/footinator/apbhojnkkiljllhnlcaookcpebpmnbmh |
Beskrivning | This extension removes the footer that cloudHQ puts at the bottom of their email. |
Filstorlek | 35.74 KB |
Antal Installationer | 73 |
Aktuell Version | 1 |
Senast Uppdaterad | 2018-06-25 |
Publiceringsdatum | 2018-06-25 |
Betyg | 3.00/5 Totalt 2 Betyg |
Utvecklare | The Ultimate Essay Guide |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://www.iubenda.com/privacy-policy/847740 |
Stödda Språk | 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" ] } ] } |