Footinator

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

Footinatorคืออะไร?

Footinator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย The Ultimate Essay Guide และคุณลักษณะหลักของมันคือ "This extension removes the footer that cloudHQ puts at the bottom of their email."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Footinator

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}