Footinator

This extension removes the footer that cloudHQ puts at the bottom of their email.

Footinator là gì?

Footinator là một tiện ích mở rộng Chrome được phát triển bởi The Ultimate Essay Guide, và tính năng chính của nó là "This extension removes the footer that cloudHQ puts at the bottom of their email.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Footinator

Tải xuống các tệp mở rộng Footinator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Footinator Footinator
ID apbhojnkkiljllhnlcaookcpebpmnbmh
URL Chính Thức https://chrome.google.com/webstore/detail/footinator/apbhojnkkiljllhnlcaookcpebpmnbmh
Mô tả This extension removes the footer that cloudHQ puts at the bottom of their email.
Kích Thước Tệp 35.74 KB
Số Lần Cài Đặt 73
Phiên Bản Hiện Tại 1
Cập Nhật Lần Cuối 2018-06-25
Ngày Phát Hành 2018-06-25
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển The Ultimate Essay Guide
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.iubenda.com/privacy-policy/847740
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}