Top of Mind
Automatically generate comments on LinkedIn posts to keep you top of mind in your network.
Hvad er Top of Mind?
Top of Mind er en Chrome-udvidelse udviklet af Grace Wang, og dens hovedfunktion er "Automatically generate comments on LinkedIn posts to keep you top of mind in your network.".
Udvidelsesskærmbilleder
Download Top of Mind-udvidelses-CRX-fil
Download Top of Mind-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | olpleiecpcaehephickckajejdchidcf |
Officiel URL | https://chrome.google.com/webstore/detail/top-of-mind/olpleiecpcaehephickckajejdchidcf |
Beskrivelse | Automatically generate comments on LinkedIn posts to keep you top of mind in your network. |
Filstørrelse | 163 KB |
Antal Installationer | 74 |
Nuværende Version | 1.0 |
Senest Opdateret | 2021-09-02 |
Udgivelsesdato | 2021-09-02 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | Grace Wang |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://topofmind.xyz |
Understøttede Sprog | 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" } } |