ConvertKit Gmail Extension
Identify your Convertkit subscribers from within Gmail!
What is ConvertKit Gmail Extension?
ConvertKit Gmail Extension is a Chrome extension developed by ConvertKit, and its main feature is "Identify your Convertkit subscribers from within Gmail!".
Extension Screenshots
Download ConvertKit Gmail Extension Extension CRX File
Download ConvertKit Gmail Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | ConvertKit Gmail Extension |
ID | oainlaijgfacchbmdjpdedindpdekbcb |
Official URL | https://chromewebstore.google.com/detail/convertkit-gmail-extensio/oainlaijgfacchbmdjpdedindpdekbcb |
Description | Identify your Convertkit subscribers from within Gmail! |
File Size | 68.18 KB |
Installation Count | 447 |
Current Version | 0.3 |
Last Updated | 2019-08-02 |
Publish Date | 2019-08-02 |
Rating | 4.38/5 Total 13 Ratings |
Developer | ConvertKit |
[email protected] | |
Payment Type | free |
Extension Website | https://convertkit.com/ |
Help Page URL | https://convertkit.com/support/ |
Privacy Policy Page URL | https://convertkit.com/privacy |
Supported Languages | 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 } |