Top of Mind

Automatically generate comments on LinkedIn posts to keep you top of mind in your network.

Top of Mindとは何ですか?

Top of MindはGrace Wangによって開発されたChromeの拡張機能で、その主な機能は「Automatically generate comments on LinkedIn posts to keep you top of mind in your network.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Instantly leave your best comment and start getting the most out of LinkedIn.

Sit back and let Top Of Mind's neural network technology generate comments that make you look smart and helpful -- all through a simple browser extension.

Stop missing out on the best LinkedIn posts. From now on every post is an opportunity to connect. Install the Top Of Mind extension now — it doesn't get easier than this!                    

拡張機能の基本情報

名前 Top of Mind Top of Mind
ID olpleiecpcaehephickckajejdchidcf
公式URL https://chrome.google.com/webstore/detail/top-of-mind/olpleiecpcaehephickckajejdchidcf
説明 Automatically generate comments on LinkedIn posts to keep you top of mind in your network.
ファイルサイズ 163 KB
インストール数 74
現在のバージョン 1.0
最終更新日 2021-09-02
公開日 2021-09-02
評価 5.00/5 合計 2 レビュー
開発者 Grace Wang
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://topofmind.xyz
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Top of Mind",
    "description": "Automatically generate comments on LinkedIn posts to keep you top of mind in your network.",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "action": {
        "default_popup": ".\/index.html",
        "default_icon": {
            "16": "logo16.png",
            "32": "logo32.png",
            "48": "logo48.png",
            "128": "logo128.png"
        }
    },
    "icons": {
        "16": "logo16.png",
        "32": "logo32.png",
        "48": "logo48.png",
        "128": "logo128.png"
    }
}