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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}