Linckr
Upgrade your leads generation experience with Linckr
Linckr क्या है?
Linckr https://linckr.in द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Upgrade your leads generation experience with Linckr"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Linckr एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
How it works? Linckr is the extension designed for automating the process of finding leads in LinkedIn and saving them in your primary CRM. The integration works on multiple LinkedIn and Sales Navigator views like Profile, Search, Connections, and more. With the help of Linckr extension you won't have to process every bit of information about your leads and compare it with data in your CRM, so the lead card creation can be done in just a couple of clicks.
एक्सटेंशन की मूल जानकारी
नाम | Linckr |
ID | pdciaimcnfkdbboodbpfpmhimkdlbaja |
आधिकारिक URL | https://chromewebstore.google.com/detail/linckr/pdciaimcnfkdbboodbpfpmhimkdlbaja |
विवरण | Upgrade your leads generation experience with Linckr |
फ़ाइल का आकार | 2.94 MB |
स्थापना संख्या | 306 |
वर्तमान संस्करण | 1.8.5.0 |
अंतिम अपडेट | 2024-02-19 |
प्रकाशन तिथि | 2020-09-07 |
रेटिंग | 5.00/5 कुल 9 रेटिंग्स |
डेवलपर | https://linckr.in |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://linckr.in/ |
सहायता पृष्ठ URL | https://linckr.in/landing/zoho-crm |
गोपनीयता नीति पृष्ठ URL | https://linckr.in/privacy-policy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Linckr", "name": "Linckr", "description": "Upgrade your leads generation experience with Linckr", "options_page": "index.html", "permissions": [ "tabs", "storage", "scripting", "system.display" ], "host_permissions": [ "https:\/\/*.linkedin.com\/*", "https:\/\/*.xing.com\/*", "https:\/\/*.zoho.com.au\/*", "https:\/\/*.zoho.com.cn\/*", "https:\/\/*.zoho.com\/*", "https:\/\/*.zoho.eu\/*", "https:\/\/*.zoho.in\/*", "https:\/\/*.zohoapis.com.au\/*", "https:\/\/*.zohoapis.com.cn\/*", "https:\/\/*.zohoapis.com\/*", "https:\/\/*.zohoapis.eu\/*", "https:\/\/*.zohoapis.in\/*", "https:\/\/*.zohoapis.us\/*", "https:\/\/*.linckr.in\/*", "https:\/\/*.mixpanel.com\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "version": "1.8.5.0", "action": { "default_icon": "icon16.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/linkedin.com\/*", "https:\/\/www.linkedin.com\/*" ], "js": [ "\/static\/js\/linkedInApp.js" ] } ], "web_accessible_resources": [ { "resources": [ "\/assets\/allowClipboardInstructions\/*", "assets\/scripts\/*" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "manifest_version": 3 } |