Top of Mind

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

Cos'è Top of Mind?

Top of Mind è un'estensione di Chrome sviluppata da Grace Wang, e la sua funzione principale è "Automatically generate comments on LinkedIn posts to keep you top of mind in your network.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Top of Mind

Scarica i file di estensione Top of Mind in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Top of Mind Top of Mind
ID olpleiecpcaehephickckajejdchidcf
URL Ufficiale https://chrome.google.com/webstore/detail/top-of-mind/olpleiecpcaehephickckajejdchidcf
Descrizione Automatically generate comments on LinkedIn posts to keep you top of mind in your network.
Dimensione del File 163 KB
Conteggio Installazioni 74
Versione Corrente 1.0
Ultimo Aggiornamento 2021-09-02
Data di Pubblicazione 2021-09-02
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Grace Wang
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://topofmind.xyz
Lingue Supportate 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"
    }
}