ConvertKit Gmail Extension
Identify your Convertkit subscribers from within Gmail!
ConvertKit Gmail Extensionとは何ですか?
ConvertKit Gmail ExtensionはConvertKitによって開発されたChromeの拡張機能で、その主な機能は「Identify your Convertkit subscribers from within Gmail!」です。
拡張機能のスクリーンショット
ConvertKit Gmail Extension拡張機能のCRXファイルをダウンロード
ConvertKit Gmail Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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!
拡張機能の基本情報
名前 | ConvertKit Gmail Extension |
ID | oainlaijgfacchbmdjpdedindpdekbcb |
公式URL | https://chromewebstore.google.com/detail/convertkit-gmail-extensio/oainlaijgfacchbmdjpdedindpdekbcb |
説明 | Identify your Convertkit subscribers from within Gmail! |
ファイルサイズ | 68.18 KB |
インストール数 | 447 |
現在のバージョン | 0.3 |
最終更新日 | 2019-08-02 |
公開日 | 2019-08-02 |
評価 | 4.38/5 合計 13 レビュー |
開発者 | ConvertKit |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://convertkit.com/ |
ヘルプページのURL | https://convertkit.com/support/ |
プライバシーポリシーページのURL | https://convertkit.com/privacy |
対応言語 | 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 } |