ConvertKit Gmail Extension
Identify your Convertkit subscribers from within Gmail!
Hvad er ConvertKit Gmail Extension?
ConvertKit Gmail Extension er en Chrome-udvidelse udviklet af ConvertKit, og dens hovedfunktion er "Identify your Convertkit subscribers from within Gmail!".
Udvidelsesskærmbilleder
Download ConvertKit Gmail Extension-udvidelses-CRX-fil
Download ConvertKit Gmail Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | ConvertKit Gmail Extension |
ID | oainlaijgfacchbmdjpdedindpdekbcb |
Officiel URL | https://chromewebstore.google.com/detail/convertkit-gmail-extensio/oainlaijgfacchbmdjpdedindpdekbcb |
Beskrivelse | Identify your Convertkit subscribers from within Gmail! |
Filstørrelse | 68.18 KB |
Antal Installationer | 447 |
Nuværende Version | 0.3 |
Senest Opdateret | 2019-08-02 |
Udgivelsesdato | 2019-08-02 |
Bedømmelse | 4.38/5 Samlet 13 Bedømmelser |
Udvikler | ConvertKit |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://convertkit.com/ |
Hjælpeside-URL | https://convertkit.com/support/ |
URL til Fortrolighedspolitik Side | https://convertkit.com/privacy |
Understøttede Sprog | 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 } |