ConvertKit Gmail Extension

Identify your Convertkit subscribers from within Gmail!

Apa itu ConvertKit Gmail Extension?

ConvertKit Gmail Extension adalah ekstensi Chrome yang dikembangkan oleh ConvertKit, dan fitur utamanya adalah "Identify your Convertkit subscribers from within Gmail!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ConvertKit Gmail Extension

Unduh file ekstensi ConvertKit Gmail Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama ConvertKit Gmail Extension ConvertKit Gmail Extension
ID oainlaijgfacchbmdjpdedindpdekbcb
URL Resmi https://chromewebstore.google.com/detail/convertkit-gmail-extensio/oainlaijgfacchbmdjpdedindpdekbcb
Deskripsi Identify your Convertkit subscribers from within Gmail!
Ukuran File 68.18 KB
Jumlah Instalasi 447
Versi Saat Ini 0.3
Terakhir Diperbarui 2019-08-02
Tanggal Publikasi 2019-08-02
Penilaian 4.38/5 Total 13 Penilaian
Pengembang ConvertKit
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://convertkit.com/
URL Halaman Bantuan https://convertkit.com/support/
URL Halaman Kebijakan Privasi https://convertkit.com/privacy
Bahasa yang Didukung 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
}