Accept All Connections

Accept All your Linkedin Connections with one button click!

Accept All Connectionsとは何ですか?

Accept All Connectionsはlessonryanによって開発されたChromeの拡張機能で、その主な機能は「Accept All your Linkedin Connections with one button click!」です。

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

screenshot
screenshot

Accept All Connections拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Accept all your Linkedin connections with one button click! No Longer will you have to go through every connection one by one to approve. Let's all expand our professional network!                    

拡張機能の基本情報

名前 Accept All Connections Accept All Connections
ID ecmedcpghailafalmpdkgblojgfaajgg
公式URL https://chromewebstore.google.com/detail/accept-all-connections/ecmedcpghailafalmpdkgblojgfaajgg
説明 Accept All your Linkedin Connections with one button click!
ファイルサイズ 85.19 KB
インストール数 95
現在のバージョン 1.0
最終更新日 2020-12-10
公開日 2020-12-07
開発者 lessonryan
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://youtube.com/lessononcoding
ヘルプページのURL https://lessononcoding.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Accept All Connections",
    "author": "Ryan Lesson",
    "description": "Accept All your Linkedin Connections with one button click!",
    "version": "1.0",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/google-analytics.com; object-src 'self'",
    "permissions": [
        "activeTab",
        "https:\/\/linkedin.com\/*"
    ],
    "browser_action": {
        "default_icon": {
            "32": "images\/icons\/loc-32.png",
            "128": "images\/icons\/loc-128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "32": "images\/icons\/loc-32.png",
        "128": "images\/icons\/loc-128.png"
    }
}