ConvertKit Gmail Extension

Identify your Convertkit subscribers from within Gmail!

ما هو ConvertKit Gmail Extension؟

ConvertKit Gmail Extension هو إضافة Chrome تم تطويرها بواسطة ConvertKit، والميزة الرئيسية لها هي "Identify your Convertkit subscribers from within Gmail!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة ConvertKit Gmail Extension

قم بتنزيل ملفات الامتداد ConvertKit Gmail Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        The ConvertKit for Gmail Extension allows you to identify your ConvertKit subscribers right from within Gmail. When you receive an email, the extension will highlight whether or not that person is a subscriber of yours within ConvertKit. It also highlights all of the tags that you have applied to that subscriber. 

You can quickly identify important information, like whether or not an individual has subscribed to your newsletter, bought your book, or started your course. 

The extension is a wonderful way for you to quickly utilize your rich ConvertKit data without having to flip back and forth from the app, to gmail, and back again!                    

معلومات أساسية عن التمديد

الاسم ConvertKit Gmail Extension ConvertKit Gmail Extension
ID oainlaijgfacchbmdjpdedindpdekbcb
عنوان URL الرسمي https://chromewebstore.google.com/detail/convertkit-gmail-extensio/oainlaijgfacchbmdjpdedindpdekbcb
الوصف Identify your Convertkit subscribers from within Gmail!
حجم الملف 68.18 KB
عدد التثبيتات 447
النسخة الحالية 0.3
آخر تحديث 2019-08-02
تاريخ النشر 2019-08-02
تقييم 4.38/5 مجموع تقييمات 13
المطور ConvertKit
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://convertkit.com/
عنوان صفحة المساعدة https://convertkit.com/support/
عنوان صفحة سياسة الخصوصية https://convertkit.com/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ConvertKit Gmail Extension",
    "description": "Identify your Convertkit subscribers from within Gmail!",
    "version": "0.3",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                ".\/jquery.min.js",
                ".\/inboxsdk.js",
                ".\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            ".\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "logo.png",
        "icon.png"
    ],
    "permissions": [
        "storage",
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/api.convertkit.com\/"
    ],
    "manifest_version": 2
}