ConvertKit Gmail Extension
Identify your Convertkit subscribers from within Gmail!
O que é ConvertKit Gmail Extension?
ConvertKit Gmail Extension é uma extensão do Chrome desenvolvida por ConvertKit, e sua principal característica é "Identify your Convertkit subscribers from within Gmail!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ConvertKit Gmail Extension
Baixe arquivos de extensão ConvertKit Gmail Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | ConvertKit Gmail Extension |
ID | oainlaijgfacchbmdjpdedindpdekbcb |
URL Oficial | https://chromewebstore.google.com/detail/convertkit-gmail-extensio/oainlaijgfacchbmdjpdedindpdekbcb |
Descrição | Identify your Convertkit subscribers from within Gmail! |
Tamanho do Arquivo | 68.18 KB |
Contagem de Instalações | 447 |
Versão Atual | 0.3 |
Última Atualização | 2019-08-02 |
Data de Publicação | 2019-08-02 |
Classificação | 4.38/5 Total de 13 Avaliações |
Desenvolvedor | ConvertKit |
info@convertkit.com | |
Tipo de Pagamento | free |
Site da Extensão | https://convertkit.com/ |
URL da Página de Ajuda | https://convertkit.com/support/ |
URL da Página de Política de Privacidade | https://convertkit.com/privacy |
Idiomas Suportados | 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 } |