Assistlead
Free Salesforce integration for LinkedIn.
Τι είναι το Assistlead;
Το Assistlead είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://assistlead.com, και η κύρια λειτουργία του είναι "Free Salesforce integration for LinkedIn.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Assistlead
Λήψη αρχείων επέκτασης Assistlead σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
𝗔𝘀𝘀𝗶𝘀𝘁𝗹𝗲𝗮𝗱 🚀 Assistlead for Salesforce in Google Chrome is a Chrome Extension that helps you to save time when selling and focus on the more important tasks at hand. ✓ 100% Free ✓ Unlimited record creation ✓ One-way Salesforce Integration ✓ Works on LinkedIn, Sales Navigator and LinkedIn Recruiter ✓ Get start in under 10 seconds, no configuration required ✓ Join over 1,000 Salesforce users today! Assistlead seamlessly integrates LinkedIn profile data with Salesforce to instantly create new CRM records. Connect Salesforce with your browser - Assistlead allows you to create new Salesforce records. It takes less than 10 seconds to install and works out-of-the box with standard fields on the Lead and Contact objects. ❮❮ What is Assistlead? ❯❯ Assistlead is an extension that allows you to seamlessly integrate Salesforce with LinkedIn and web searches - No more cross referencing between Salesforce and LinkedIn or worse... adding that lead in twice, after your colleague just closed them... ❮❮ What are Assistlead's features? ❯❯ 💥 LinkedIn, LinkedIn Sales Navigator and LinkedIn Recruiter integration with Salesforce 💥 View, edit, update/create new Leads, Contacts & Accounts from any website 💥 Highlight text and perform a "Right-Click" search in Salesforce anytime/anywhere in Chrome 💥 Create new accounts with 2-3 clicks Assistlead's free Chrome Extension for Salesforce offers a simple one-way integration between Salesforce.com and your favourite prospecting tools to complete your sales tech stack.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | ohjgcieckcgnjpbbmfojepagllbomnoa |
Επίσημο URL | https://chromewebstore.google.com/detail/assistlead/ohjgcieckcgnjpbbmfojepagllbomnoa |
Περιγραφή | Free Salesforce integration for LinkedIn. |
Μέγεθος Αρχείου | 121 KB |
Αριθμός Εγκαταστάσεων | 943 |
Τρέχουσα Έκδοση | 1.0.21 |
Τελευταία Ενημέρωση | 2023-01-30 |
Ημερομηνία Δημοσίευσης | 2020-06-29 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | https://assistlead.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.assistlead.com |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Assistlead", "version": "1.0.21", "icons": { "16": "assets\/icons\/assistlead-16.png", "19": "assets\/icons\/assistlead-19.png", "48": "assets\/icons\/assistlead-48.png", "128": "assets\/icons\/assistlead-128.png" }, "description": "Free Salesforce integration for LinkedIn.", "short_name": "Assistlead", "permissions": [ "contextMenus", "activeTab", "cookies", "https:\/\/*.lightning.force.com\/*", "https:\/\/*.my.salesforce.com\/*", "https:\/\/*.linkedin.com\/*", "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "author": "[email protected]", "minimum_chrome_version": "49", "options_page": "options.html", "options_ui": { "page": "options.html", "open_in_tab": true, "chrome_style": false }, "background": { "scripts": [ "js\/background.bundle.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.linkedin.com\/*" ], "js": [ "js\/contentScript.bundle.js" ], "css": [ "css\/iziToast.min.css" ] } ], "web_accessible_resources": [ "assets\/loading.gif" ] } |