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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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 } |