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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Upscale Engage simplifies your sales outreach by building your contact database through LinkedIn. Upscale Engage is a free…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Upscale Engage: Sales Engagement on LinkedIn एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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\/*"
            ]
        }
    ]
}