ConvertKit Gmail Extension

Identify your Convertkit subscribers from within Gmail!

什麼是ConvertKit Gmail Extension?

ConvertKit Gmail Extension是由ConvertKit開發的Chrome擴展程式,該擴展的主要功能是“Identify your Convertkit subscribers from within Gmail!”。

擴展截圖

screenshot

下載ConvertKit Gmail Extension擴展crx文件

下載ConvertKit Gmail Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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/
說明頁面URL https://convertkit.com/support/
隱私政策頁面URL 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
}