Linkedia

Level up your Linkedin experience with AI

Linkediaとは何ですか?

LinkediaはGuillaume Reygnerによって開発されたChromeの拡張機能で、その主な機能は「Level up your Linkedin experience with AI」です。

拡張機能のスクリーンショット

screenshot
screenshot

Linkedia拡張機能のCRXファイルをダウンロード

Linkedia拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Linkedia Linkedia
ID onclbifkkglhmjhpnlfkcfhhbmjaopdc
公式URL https://chromewebstore.google.com/detail/linkedia/onclbifkkglhmjhpnlfkcfhhbmjaopdc
説明 Level up your Linkedin experience with AI
ファイルサイズ 90.78 KB
インストール数 276
現在のバージョン 1.0
最終更新日 2023-02-01
公開日 2023-01-31
評価 5.00/5 合計 1 レビュー
開発者 Guillaume Reygner
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}