Top of Mind

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

What is Top of Mind?

Top of Mind is a Chrome extension developed by Grace Wang, and its main feature is "Automatically generate comments on LinkedIn posts to keep you top of mind in your network.".

Extension Screenshots

screenshot
screenshot

Download Top of Mind Extension CRX File

Download Top of Mind 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

                        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!                    

Extension Basic Information

Name Top of Mind Top of Mind
ID olpleiecpcaehephickckajejdchidcf
Official URL https://chrome.google.com/webstore/detail/top-of-mind/olpleiecpcaehephickckajejdchidcf
Description Automatically generate comments on LinkedIn posts to keep you top of mind in your network.
File Size 163 KB
Installation Count 74
Current Version 1.0
Last Updated 2021-09-02
Publish Date 2021-09-02
Rating 5.00/5 Total 2 Ratings
Developer Grace Wang
Email [email protected]
Payment Type free
Extension Website https://topofmind.xyz
Supported Languages 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"
    }
}