ConvertKit Gmail Extension

Identify your Convertkit subscribers from within Gmail!

Qu'est-ce que ConvertKit Gmail Extension ?

ConvertKit Gmail Extension est une extension Chrome développée par ConvertKit, et sa fonction principale est "Identify your Convertkit subscribers from within Gmail!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ConvertKit Gmail Extension

Téléchargez les fichiers d'extension ConvertKit Gmail Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom ConvertKit Gmail Extension ConvertKit Gmail Extension
ID oainlaijgfacchbmdjpdedindpdekbcb
URL Officiel https://chromewebstore.google.com/detail/convertkit-gmail-extensio/oainlaijgfacchbmdjpdedindpdekbcb
Description Identify your Convertkit subscribers from within Gmail!
Taille du Fichier 68.18 KB
Nombre d'Installations 447
Version Actuelle 0.3
Dernière Mise à Jour 2019-08-02
Date de Publication 2019-08-02
Évaluation 4.38/5 Total 13 Évaluations
Développeur ConvertKit
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://convertkit.com/
URL de la Page d'Aide https://convertkit.com/support/
URL de la Page de Politique de Confidentialité https://convertkit.com/privacy
Langues Prises en Charge 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
}