Footinator
This extension removes the footer that cloudHQ puts at the bottom of their email.
什麼是Footinator?
Footinator是由The Ultimate Essay Guide開發的Chrome擴展程式,該擴展的主要功能是“This extension removes the footer that cloudHQ puts at the bottom of their email.”。
擴展截圖
下載Footinator擴展crx文件
下載Footinator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | apbhojnkkiljllhnlcaookcpebpmnbmh |
官方網址 | https://chrome.google.com/webstore/detail/footinator/apbhojnkkiljllhnlcaookcpebpmnbmh |
簡介 | This extension removes the footer that cloudHQ puts at the bottom of their email. |
檔案大小 | 35.74 KB |
安裝次數 | 73 |
目前版本 | 1 |
更新時間 | 2018-06-25 |
上架時間 | 2018-06-25 |
評分 | 3.00/5 共 2 次評分 |
開發者 | The Ultimate Essay Guide |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.iubenda.com/privacy-policy/847740 |
支援的語言 | 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" ] } ] } |