Linkedia

Level up your Linkedin experience with AI

Co to jest Linkedia?

Linkedia to rozszerzenie Chrome opracowane przez Guillaume Reygner, a jego główną funkcją jest „Level up your Linkedin experience with AI”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Linkedia

Pobierz pliki rozszerzeń Linkedia w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Linkedia Linkedia
ID onclbifkkglhmjhpnlfkcfhhbmjaopdc
Oficjalny URL https://chromewebstore.google.com/detail/linkedia/onclbifkkglhmjhpnlfkcfhhbmjaopdc
Opis Level up your Linkedin experience with AI
Rozmiar pliku 90.78 KB
Liczba instalacji 276
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-02-01
Data Publikacji 2023-01-31
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Guillaume Reygner
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}