ConvertKit Gmail Extension
Identify your Convertkit subscribers from within Gmail!
Wat is ConvertKit Gmail Extension?
ConvertKit Gmail Extension is een Chrome-extensie ontwikkeld door ConvertKit, en de belangrijkste functie is "Identify your Convertkit subscribers from within Gmail!".
Extensie Screenshots
Download het CRX-bestand van de extensie ConvertKit Gmail Extension
Download ConvertKit Gmail Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | ConvertKit Gmail Extension |
ID | oainlaijgfacchbmdjpdedindpdekbcb |
Officiële URL | https://chromewebstore.google.com/detail/convertkit-gmail-extensio/oainlaijgfacchbmdjpdedindpdekbcb |
Beschrijving | Identify your Convertkit subscribers from within Gmail! |
Bestandsgrootte | 68.18 KB |
Aantal Installaties | 447 |
Huidige Versie | 0.3 |
Laatst Bijgewerkt | 2019-08-02 |
Publicatiedatum | 2019-08-02 |
Beoordeling | 4.38/5 Totaal 13 Beoordelingen |
Ontwikkelaar | ConvertKit |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://convertkit.com/ |
Help Pagina-URL | https://convertkit.com/support/ |
URL van de Privacybeleid Pagina | https://convertkit.com/privacy |
Ondersteunde Talen | 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 } |