ConvertKit Gmail Extension
Identify your Convertkit subscribers from within Gmail!
ConvertKit Gmail Extension क्या है?
ConvertKit Gmail Extension ConvertKit द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Identify your Convertkit subscribers from within Gmail!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ConvertKit Gmail Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 } |