Linkedia

Level up your Linkedin experience with AI

Wat is Linkedia?

Linkedia is een Chrome-extensie ontwikkeld door Guillaume Reygner, en de belangrijkste functie is "Level up your Linkedin experience with AI".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Linkedia

Download Linkedia-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Linkedia Linkedia
ID onclbifkkglhmjhpnlfkcfhhbmjaopdc
Officiële URL https://chromewebstore.google.com/detail/linkedia/onclbifkkglhmjhpnlfkcfhhbmjaopdc
Beschrijving Level up your Linkedin experience with AI
Bestandsgrootte 90.78 KB
Aantal Installaties 276
Huidige Versie 1.0
Laatst Bijgewerkt 2023-02-01
Publicatiedatum 2023-01-31
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Guillaume Reygner
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}