Accept All Connections

Accept All your Linkedin Connections with one button click!

Accept All Connectionsคืออะไร?

Accept All Connections เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lessonryan และคุณลักษณะหลักของมันคือ "Accept All your Linkedin Connections with one button click!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Accept All Connections

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}