Sprouts Engage: Sales Engagement on LinkedIn
Sprouts Engage simplifies your sales outreach by building your contact database through LinkedIn. Sprouts Engage is a free…
什麼是Sprouts Engage: Sales Engagement on LinkedIn?
Sprouts Engage: Sales Engagement on LinkedIn是由https://sprouts.ai開發的Chrome擴展程式,該擴展的主要功能是“Sprouts Engage simplifies your sales outreach by building your contact database through LinkedIn. Sprouts Engage is a free…”。
擴展截圖
下載Sprouts Engage: Sales Engagement on LinkedIn擴展crx文件
下載Sprouts Engage: Sales Engagement on LinkedIn擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        Sprouts Engage simplifies your sales outreach by building your contact database through LinkedIn.
Sprouts Engage is a free extension that helps sales teams with personalised sales outreach automation. View LinkedIn profiles to identify prospects, send a connection request, or engage them through messages or InMail.
HOW CAN SPROUTS EXTENSION HELP?
- Semi-automate LinkedIn tasks
- View LinkedIn profiles
- Send connection requests
- Personalise LinkedIn messages
- Reach out to prospects via LinkedIn InMail                     擴展基本資訊
| 名稱 |   |  
| ID | lijchjgefodlogdmbglgfgelnceipkpm | 
| 官方網址 | https://chromewebstore.google.com/detail/sprouts-engage-sales-enga/lijchjgefodlogdmbglgfgelnceipkpm | 
| 簡介 | Sprouts Engage simplifies your sales outreach by building your contact database through LinkedIn. Sprouts Engage is a free… | 
| 檔案大小 | 1.26 MB | 
| 安裝次數 | 57 | 
| 目前版本 | 4.2.2 | 
| 更新時間 | 2023-12-06 | 
| 上架時間 | 2022-06-09 | 
| 開發者 | https://sprouts.ai | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 擴展官網 | https://sprouts.ai/ | 
| 說明頁面URL | https://sprouts.ai/contact-us.html | 
| 隱私政策頁面URL | https://upscale.ai/privacy-policy | 
| 支援的語言 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Sprouts Engage",
    "name": "Sprouts Engage: Sales Engagement on LinkedIn",
    "manifest_version": 3,
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "version": "4.2.2",
    "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": "Sprouts Engage",
        "default_icon": "logo16.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "webNavigation"
    ],
    "background": {
        "service_worker": "background\/linkedInBackgroundScript.js"
    },
    "content_scripts": [
        {
            "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\/*"
            ]
        }
    ]
}  |  |