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文件
下载Upscale Engage: Sales Engagement on LinkedIn扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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\/*" ] } ] } |