LinkedIn Auto-Connect

Grow Your Network in 1 Click

什麼是LinkedIn Auto-Connect?

LinkedIn Auto-Connect是由Wito Divaro開發的Chrome擴展程式,該擴展的主要功能是“Grow Your Network in 1 Click”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載LinkedIn Auto-Connect擴展crx文件

下載LinkedIn Auto-Connect擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        No sign up needed! (p.s. unless you upgrade to PRO)

Safe to use – over 10+ months and 100+ users have been safely using the extension. The extension fully emulates browser actions, thus LinkedIn can not track it.

LinkedIn Auto-Connect extension allows you to:
– Add 30 Connections in 1 Click
– Filter Out Specific Nationalities
– Filter connections based on their connections count
– Query connections based on location

LinkedIn Auto-Connect PRO (0.99$/m) aditionally allows you to:
– Filter connections by company

It is FREE to use, no hidden costs.

Built for users by user.                    

擴展基本資訊

名稱 LinkedIn Auto-Connect LinkedIn Auto-Connect
ID dcjimifcoocdjljbfliemdflggadbgff
官方網址 https://chromewebstore.google.com/detail/linkedin-auto-connect/dcjimifcoocdjljbfliemdflggadbgff
簡介 Grow Your Network in 1 Click
檔案大小 328 KB
安裝次數 389
目前版本 1.3.2
更新時間 2023-11-13
上架時間 2023-08-06
評分 5.00/5 共 3 次評分
開發者 Wito Divaro
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://twitter.com/auto_linkedin
隱私政策頁面URL https://www.notion.so/witodivaro/Privacy-Policy-89e1a0e229e84768b9cfd25ff0f5e037
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LinkedIn Auto-Connect",
    "version": "1.3.2",
    "description": "Grow Your Network in 1 Click",
    "manifest_version": 3,
    "author": "WITO DIVARO",
    "action": {
        "default_popup": "index.html",
        "default_title": "LinkedIn Auto-Connect",
        "default_icon": "images\/icon128.png"
    },
    "host_permissions": [
        "*:\/\/*.linkedin.com\/"
    ],
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}