ConvertKit Gmail Extension
Identify your Convertkit subscribers from within Gmail!
ConvertKit Gmail Extension là gì?
ConvertKit Gmail Extension là một tiện ích mở rộng Chrome được phát triển bởi ConvertKit, và tính năng chính của nó là "Identify your Convertkit subscribers from within Gmail!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ConvertKit Gmail Extension
Tải xuống các tệp mở rộng ConvertKit Gmail Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ConvertKit Gmail Extension |
ID | oainlaijgfacchbmdjpdedindpdekbcb |
URL Chính Thức | https://chromewebstore.google.com/detail/convertkit-gmail-extensio/oainlaijgfacchbmdjpdedindpdekbcb |
Mô tả | Identify your Convertkit subscribers from within Gmail! |
Kích Thước Tệp | 68.18 KB |
Số Lần Cài Đặt | 447 |
Phiên Bản Hiện Tại | 0.3 |
Cập Nhật Lần Cuối | 2019-08-02 |
Ngày Phát Hành | 2019-08-02 |
Đánh Giá | 4.38/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | ConvertKit |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://convertkit.com/ |
URL Trang Trợ Giúp | https://convertkit.com/support/ |
URL Trang Chính Sách Bảo Mật | https://convertkit.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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 } |