Top of Mind

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

Was ist Top of Mind?

Top of Mind ist eine Chrome-Erweiterung, die von Grace Wang entwickelt wurde, und ihr Hauptmerkmal ist "Automatically generate comments on LinkedIn posts to keep you top of mind in your network.".

Erweiterungsscreenshots

screenshot
screenshot

Top of Mind-Erweiterungs-CRX-Datei herunterladen

Laden Sie Top of Mind-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Top of Mind Top of Mind
ID olpleiecpcaehephickckajejdchidcf
Offizielle URL https://chrome.google.com/webstore/detail/top-of-mind/olpleiecpcaehephickckajejdchidcf
Beschreibung Automatically generate comments on LinkedIn posts to keep you top of mind in your network.
Dateigröße 163 KB
Installationsanzahl 74
Aktuelle Version 1.0
Letztes Update 2021-09-02
Veröffentlichungsdatum 2021-09-02
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Grace Wang
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://topofmind.xyz
Unterstützte Sprachen 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"
    }
}