Linkedia

Level up your Linkedin experience with AI

Vad är Linkedia?

Linkedia är en Chrome-tillägg utvecklad av Guillaume Reygner, och dess huvudfunktion är "Level up your Linkedin experience with AI".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Linkedia-förlängningens CRX-fil

Ladda ner Linkedia-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Linkedia Linkedia
ID onclbifkkglhmjhpnlfkcfhhbmjaopdc
Officiell webbadress https://chromewebstore.google.com/detail/linkedia/onclbifkkglhmjhpnlfkcfhhbmjaopdc
Beskrivning Level up your Linkedin experience with AI
Filstorlek 90.78 KB
Antal Installationer 276
Aktuell Version 1.0
Senast Uppdaterad 2023-02-01
Publiceringsdatum 2023-01-31
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Guillaume Reygner
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}