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 là gì?

Upscale Engage: Sales Engagement on LinkedIn là một tiện ích mở rộng Chrome được phát triển bởi https://upscale.ai, và tính năng chính của nó là "Upscale Engage simplifies your sales outreach by building your contact database through LinkedIn. Upscale Engage is a free…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Upscale Engage: Sales Engagement on LinkedIn

Tải xuống các tệp mở rộng Upscale Engage: Sales Engagement on LinkedIn dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Upscale Engage: Sales Engagement on LinkedIn Upscale Engage: Sales Engagement on LinkedIn
ID nndbennabmfpkofomdhobjbcfdagcmfc
URL Chính Thức https://chromewebstore.google.com/detail/upscale-engage-sales-enga/nndbennabmfpkofomdhobjbcfdagcmfc
Mô tả Upscale Engage simplifies your sales outreach by building your contact database through LinkedIn. Upscale Engage is a free…
Kích Thước Tệp 1.23 MB
Số Lần Cài Đặt 175
Phiên Bản Hiện Tại 4.2.1
Cập Nhật Lần Cuối 2024-03-06
Ngày Phát Hành 2021-09-23
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://upscale.ai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://upscale.ai/
URL Trang Trợ Giúp https://upscale.ai/contact
URL Trang Chính Sách Bảo Mật https://upscale.ai/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}