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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
            ]
        }
    ]
}