LinkedIn Auto Connect

A tool that automates adding connections on LinkedIn.

LinkedIn Auto Connectとは何ですか?

LinkedIn Auto ConnectはStaff Wiseによって開発されたChromeの拡張機能で、その主な機能は「A tool that automates adding connections on LinkedIn.」です。

拡張機能のスクリーンショット

screenshot
screenshot

LinkedIn Auto Connect拡張機能のCRXファイルをダウンロード

LinkedIn Auto Connect拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        LinkedIn Auto Connect (LAC) is a tool used to keep you productive while connecting to potential clients, coworkers, and more. To use you navigate to LinkedIn connections tab then open LAC. Here you will see:
- Link that takes you to the best page for our extension to work
- Instructions
- Text box for you to enter the number of connections you want to make
- Start button. Once you click start the extension will use the number you typed or it will default to 20 if you didn't enter a number.
When LAC is finished adding connections, it will alert you via a pop up.
Use this tool to help automate your connections so you can focus on doing the work that matters.                    

拡張機能の基本情報

名前 LinkedIn Auto Connect LinkedIn Auto Connect
ID indbngekimbgbondadeggnkaapcpekag
公式URL https://chrome.google.com/webstore/detail/linkedin-auto-connect/indbngekimbgbondadeggnkaapcpekag
説明 A tool that automates adding connections on LinkedIn.
ファイルサイズ 110 KB
インストール数 130
現在のバージョン 1.0
最終更新日 2020-05-30
公開日 2020-05-30
開発者 Staff Wise
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LinkedIn Auto Connect",
    "description": "A tool that automates adding connections on LinkedIn.",
    "version": "1.0",
    "author": "Robert H.",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/.linkedin.com\/*"
            ],
            "js": [
                "jquery.js",
                "connect.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "connect.html"
    }
}