Accept All Connections
Accept All your Linkedin Connections with one button click!
Apa itu Accept All Connections?
Accept All Connections adalah ekstensi Chrome yang dikembangkan oleh lessonryan, dan fitur utamanya adalah "Accept All your Linkedin Connections with one button click!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Accept All Connections
Unduh file ekstensi Accept All Connections dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | Accept All Connections |
ID | ecmedcpghailafalmpdkgblojgfaajgg |
URL Resmi | https://chromewebstore.google.com/detail/accept-all-connections/ecmedcpghailafalmpdkgblojgfaajgg |
Deskripsi | Accept All your Linkedin Connections with one button click! |
Ukuran File | 85.19 KB |
Jumlah Instalasi | 95 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2020-12-10 |
Tanggal Publikasi | 2020-12-07 |
Pengembang | lessonryan |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://youtube.com/lessononcoding |
URL Halaman Bantuan | https://lessononcoding.com |
Bahasa yang Didukung | 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" } } |