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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    }
}