Upscale Engage: Sales Engagement on LinkedIn
Upscale Engage simplifies your sales outreach by building your contact database through LinkedIn. Upscale Engage is a free…
Upscale Engage: Sales Engagement on LinkedIn란 무엇입니까?
Upscale Engage: Sales Engagement on LinkedIn은(는) https://upscale.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Upscale Engage simplifies your sales outreach by building your contact database through LinkedIn. Upscale Engage is a free…"입니다.
확장 프로그램 스크린샷
Upscale Engage: Sales Engagement on LinkedIn 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Upscale Engage simplifies your sales outreach by building your contact database through LinkedIn. Upscale Engage is a free extension that helps sales teams with personalized sales outreach automation. View LinkedIn profiles to identify prospects, send a connection request, or engage them through messages or InMail. HOW CAN UPSCALE EXTENSION HELP? - Semi-automate LinkedIn tasks - View LinkedIn profiles - Send connection requests - Personalize LinkedIn messages - Reach out to prospects via LinkedIn InMail
확장 프로그램 기본 정보
이름 | Upscale Engage: Sales Engagement on LinkedIn |
ID | nndbennabmfpkofomdhobjbcfdagcmfc |
공식 URL | https://chromewebstore.google.com/detail/upscale-engage-sales-enga/nndbennabmfpkofomdhobjbcfdagcmfc |
설명 | Upscale Engage simplifies your sales outreach by building your contact database through LinkedIn. Upscale Engage is a free… |
파일 크기 | 1.23 MB |
설치 횟수 | 175 |
현재 버전 | 4.2.1 |
최근 업데이트 | 2024-03-06 |
출시 날짜 | 2021-09-23 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://upscale.ai |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://upscale.ai/ |
도움말 페이지 URL | https://upscale.ai/contact |
개인정보 보호 정책 페이지 URL | https://upscale.ai/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Upscale Engage", "name": "Upscale Engage: Sales Engagement on LinkedIn", "manifest_version": 3, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "version": "4.2.1", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'", "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/apis.google.com\/' 'https:\/\/www.gstatic.com\/' 'https:\/\/api.upscale.ai' 'https:\/\/www.googleapis.com' 'https:\/\/ajax.googleapis.com'; object-src 'self'" }, "action": { "default_title": "Upscale Engage", "default_icon": "logo16.png" }, "permissions": [ "tabs", "storage", "webNavigation" ], "background": { "service_worker": "background\/linkedInBackgroundScript.js" }, "content_scripts": [ { "js": [ "contentScript\/index.js", "contentScript\/linkedInScript.js", "contentScript\/scraping.js" ], "matches": [ "*:\/\/*.linkedin.com\/*" ] } ], "web_accessible_resources": [ { "resources": [ "index.html", "\/*.png", "*.ico", "*.json", "*.css", "\/static\/css\/*.css", "\/static\/js\/*.js", "\/static\/media\/*" ], "matches": [ "*:\/\/*.linkedin.com\/*" ] } ] } |