Assistlead
Free Salesforce integration for LinkedIn.
Assistlead란 무엇입니까?
Assistlead은(는) https://assistlead.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free Salesforce integration for LinkedIn."입니다.
확장 프로그램 스크린샷
Assistlead 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
𝗔𝘀𝘀𝗶𝘀𝘁𝗹𝗲𝗮𝗱 🚀 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" ] } |