EZLead
Sync LinkedIn with your CRM and save hours on lead management 🚀
Qu'est-ce que EZLead ?
EZLead est une extension Chrome développée par https://ezlead.co, et sa fonction principale est "Sync LinkedIn with your CRM and save hours on lead management 🚀".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension EZLead
Téléchargez les fichiers d'extension EZLead au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Imagine the world with full LinkedIn lead management automation. How great it will be to have automatic connection requests, send custom messages to hundreds of leads and have always up to date lead data in CRM. All in one click. No more jumping back and forth between LinkedIn and CRM - that is what we are striving for at EZLead. Right now we have few features, but more coming soon: 1) Button that appears on profile pages and allow you to add lead & company info to CRM in one click (just install and use, no additional steps needed) 2) Automatically sync all LinkedIn chat messages with CRM We support Hubspot and Pipedrive and more CRMs coming soon! Access our Privacy Policy here: https://bit.ly/ezlead_terms
Informations de Base sur l'Extension
Nom | EZLead |
ID | pcambcbbejngpalfbdnlkgeaickjankc |
URL Officiel | https://chromewebstore.google.com/detail/ezlead/pcambcbbejngpalfbdnlkgeaickjankc |
Description | Sync LinkedIn with your CRM and save hours on lead management 🚀 |
Taille du Fichier | 403 KB |
Nombre d'Installations | 47 |
Version Actuelle | 1.1.3 |
Dernière Mise à Jour | 2021-06-03 |
Date de Publication | 2021-02-20 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | https://ezlead.co |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://ezlead.co/ |
URL de la Page d'Aide | https://ezlead.co/ |
URL de la Page de Politique de Confidentialité | https://bit.ly/ezlead_terms |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "EZLead", "description": "Sync LinkedIn with your CRM and save hours on lead management \ud83d\ude80", "version": "1.1.3", "background": { "persistent": true, "scripts": [ "background.js" ] }, "web_accessible_resources": [ "assets\/*\/*", "content_scripts\/*.js" ], "icons": { "16": "assets\/icons\/app_16x16.png", "48": "assets\/icons\/app_48x48.png", "128": "assets\/icons\/app_128x128.png" }, "permissions": [ "unlimitedStorage", "webRequest", "cookies", "tabs", "https:\/\/*\/*", "http:\/\/*\/*" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com 'unsafe-eval'; object-src 'self';connect-src *; img-src * 'self' data:; media-src *; style-src *;" } |