Linkedia

Level up your Linkedin experience with AI

Apa itu Linkedia?

Linkedia adalah ekstensi Chrome yang dikembangkan oleh Guillaume Reygner, dan fitur utamanya adalah "Level up your Linkedin experience with AI".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Linkedia

Unduh file ekstensi Linkedia dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Linkedia Linkedia
ID onclbifkkglhmjhpnlfkcfhhbmjaopdc
URL Resmi https://chromewebstore.google.com/detail/linkedia/onclbifkkglhmjhpnlfkcfhhbmjaopdc
Deskripsi Level up your Linkedin experience with AI
Ukuran File 90.78 KB
Jumlah Instalasi 276
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-02-01
Tanggal Publikasi 2023-01-31
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Guillaume Reygner
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}