Linkedia

Level up your Linkedin experience with AI

ما هو Linkedia؟

Linkedia هو إضافة Chrome تم تطويرها بواسطة Guillaume Reygner، والميزة الرئيسية لها هي "Level up your Linkedin experience with AI".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Linkedia

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

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

                        activate the power of AI for Linkedin powered by OpenAI.
respond to posts or messages in one click based on your feelings about the post/message.                    

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

الاسم Linkedia Linkedia
ID onclbifkkglhmjhpnlfkcfhhbmjaopdc
عنوان URL الرسمي https://chromewebstore.google.com/detail/linkedia/onclbifkkglhmjhpnlfkcfhhbmjaopdc
الوصف Level up your Linkedin experience with AI
حجم الملف 90.78 KB
عدد التثبيتات 276
النسخة الحالية 1.0
آخر تحديث 2023-02-01
تاريخ النشر 2023-01-31
تقييم 5.00/5 مجموع تقييمات 1
المطور Guillaume Reygner
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Linkedia",
    "version": "1.0",
    "author": "Guillaume Reygner",
    "description": "Level up your Linkedin experience with AI",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}