Linkedia

Level up your Linkedin experience with AI

What is Linkedia?

Linkedia is a Chrome extension developed by Guillaume Reygner, and its main feature is "Level up your Linkedin experience with AI".

Extension Screenshots

screenshot
screenshot

Download Linkedia Extension CRX File

Download Linkedia extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Linkedia Linkedia
ID onclbifkkglhmjhpnlfkcfhhbmjaopdc
Official URL https://chromewebstore.google.com/detail/linkedia/onclbifkkglhmjhpnlfkcfhhbmjaopdc
Description Level up your Linkedin experience with AI
File Size 90.78 KB
Installation Count 276
Current Version 1.0
Last Updated 2023-02-01
Publish Date 2023-01-31
Rating 5.00/5 Total 1 Ratings
Developer Guillaume Reygner
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}