Upscale Engage: Sales Engagement on LinkedIn
Upscale Engage simplifies your sales outreach by building your contact database through LinkedIn. Upscale Engage is a free…
O que é Upscale Engage: Sales Engagement on LinkedIn?
Upscale Engage: Sales Engagement on LinkedIn é uma extensão do Chrome desenvolvida por https://upscale.ai, e sua principal característica é "Upscale Engage simplifies your sales outreach by building your contact database through LinkedIn. Upscale Engage is a free…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Upscale Engage: Sales Engagement on LinkedIn
Baixe arquivos de extensão Upscale Engage: Sales Engagement on LinkedIn no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Upscale Engage: Sales Engagement on LinkedIn |
ID | nndbennabmfpkofomdhobjbcfdagcmfc |
URL Oficial | https://chromewebstore.google.com/detail/upscale-engage-sales-enga/nndbennabmfpkofomdhobjbcfdagcmfc |
Descrição | Upscale Engage simplifies your sales outreach by building your contact database through LinkedIn. Upscale Engage is a free… |
Tamanho do Arquivo | 1.23 MB |
Contagem de Instalações | 175 |
Versão Atual | 4.2.1 |
Última Atualização | 2024-03-06 |
Data de Publicação | 2021-09-23 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://upscale.ai |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://upscale.ai/ |
URL da Página de Ajuda | https://upscale.ai/contact |
URL da Página de Política de Privacidade | https://upscale.ai/privacy-policy |
Idiomas Suportados | 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\/*" ] } ] } |