LinkedIn Auto-Connect
Grow Your Network in 1 Click
LinkedIn Auto-Connectとは何ですか?
LinkedIn Auto-ConnectはWito Divaroによって開発されたChromeの拡張機能で、その主な機能は「Grow Your Network in 1 Click」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| ID | dcjimifcoocdjljbfliemdflggadbgff |
| 公式URL | 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 |
| Eメール | [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"
}
} | |