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 |
公式URL | 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 |
Eメール | [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" ] } ] } |