Linkedin Helper

Linkedin Helper

ما هو Linkedin Helper؟

Linkedin Helper هو إضافة Chrome تم تطويرها بواسطة Mozzam، والميزة الرئيسية لها هي "Linkedin Helper".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Linkedin Helper

قم بتنزيل ملفات الامتداد Linkedin Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Linkedin Helper is an easy-to-use, web-based extension that will help you copy data with a single click. It's the perfect tool for business managers and email experts who need to copy data quickly and easily. Plus, it's free!

If you are looking for a way to improve your work efficiency, then a Web-based extension may be the perfect solution for you. This type of extension will help you copy URLs, titles, and headings in a single click. It is also user-friendly so that you can get started right away.                    

معلومات أساسية عن التمديد

الاسم Linkedin Helper Linkedin Helper
ID mepgdoiddjegccpdlnkgjhkaaljcjmfi
عنوان URL الرسمي https://chrome.google.com/webstore/detail/linkedin-helper/mepgdoiddjegccpdlnkgjhkaaljcjmfi
الوصف Linkedin Helper
حجم الملف 12.05 KB
عدد التثبيتات 251
النسخة الحالية 1.1.2
آخر تحديث 2023-04-01
تاريخ النشر 2023-02-12
تقييم 5.00/5 مجموع تقييمات 1
المطور Mozzam
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Linkedin Helper",
    "version": "1.1.2",
    "manifest_version": 3,
    "description": "Linkedin Helper",
    "action": {
        "default_popup": "popup.html"
    },
    "options_page": "popup.html",
    "icons": {
        "128": "Logos.png"
    },
    "background": {
        "service_worker": "Background.js"
    },
    "permissions": [
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        ""
    ]
}