Top of Mind

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

Vad är Top of Mind?

Top of Mind är en Chrome-tillägg utvecklad av Grace Wang, och dess huvudfunktion är "Automatically generate comments on LinkedIn posts to keep you top of mind in your network.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Top of Mind-förlängningens CRX-fil

Ladda ner Top of Mind-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Top of Mind Top of Mind
ID olpleiecpcaehephickckajejdchidcf
Officiell webbadress https://chrome.google.com/webstore/detail/top-of-mind/olpleiecpcaehephickckajejdchidcf
Beskrivning Automatically generate comments on LinkedIn posts to keep you top of mind in your network.
Filstorlek 163 KB
Antal Installationer 74
Aktuell Version 1.0
Senast Uppdaterad 2021-09-02
Publiceringsdatum 2021-09-02
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Grace Wang
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://topofmind.xyz
Stödda Språk 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"
    }
}