ConvertKit Gmail Extension
Identify your Convertkit subscribers from within Gmail!
Cos'è ConvertKit Gmail Extension?
ConvertKit Gmail Extension è un'estensione di Chrome sviluppata da ConvertKit, e la sua funzione principale è "Identify your Convertkit subscribers from within Gmail!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ConvertKit Gmail Extension
Scarica i file di estensione ConvertKit Gmail Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | ConvertKit Gmail Extension |
ID | oainlaijgfacchbmdjpdedindpdekbcb |
URL Ufficiale | https://chromewebstore.google.com/detail/convertkit-gmail-extensio/oainlaijgfacchbmdjpdedindpdekbcb |
Descrizione | Identify your Convertkit subscribers from within Gmail! |
Dimensione del File | 68.18 KB |
Conteggio Installazioni | 447 |
Versione Corrente | 0.3 |
Ultimo Aggiornamento | 2019-08-02 |
Data di Pubblicazione | 2019-08-02 |
Valutazione | 4.38/5 Totale 13 Valutazioni |
Sviluppatore | ConvertKit |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://convertkit.com/ |
URL della Pagina di Aiuto | https://convertkit.com/support/ |
URL della Pagina della Politica sulla Privacy | https://convertkit.com/privacy |
Lingue Supportate | 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 } |