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.”。

扩展截图

screenshot

下载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.                    

扩展基本信息

名称 Footinator Footinator
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
电子邮箱 [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"
            ]
        }
    ]
}