Upscale Engage: Sales Engagement on LinkedIn

Upscale Engage simplifies your sales outreach by building your contact database through LinkedIn. Upscale Engage is a free…

Qu'est-ce que Upscale Engage: Sales Engagement on LinkedIn ?

Upscale Engage: Sales Engagement on LinkedIn est une extension Chrome développée par https://upscale.ai, et sa fonction principale est "Upscale Engage simplifies your sales outreach by building your contact database through LinkedIn. Upscale Engage is a free…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Upscale Engage: Sales Engagement on LinkedIn

Téléchargez les fichiers d'extension Upscale Engage: Sales Engagement on LinkedIn au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Upscale Engage: Sales Engagement on LinkedIn Upscale Engage: Sales Engagement on LinkedIn
ID nndbennabmfpkofomdhobjbcfdagcmfc
URL Officiel https://chromewebstore.google.com/detail/upscale-engage-sales-enga/nndbennabmfpkofomdhobjbcfdagcmfc
Description Upscale Engage simplifies your sales outreach by building your contact database through LinkedIn. Upscale Engage is a free…
Taille du Fichier 1.23 MB
Nombre d'Installations 175
Version Actuelle 4.2.1
Dernière Mise à Jour 2024-03-06
Date de Publication 2021-09-23
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://upscale.ai
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://upscale.ai/
URL de la Page d'Aide https://upscale.ai/contact
URL de la Page de Politique de Confidentialité https://upscale.ai/privacy-policy
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}