Top of Mind
Automatically generate comments on LinkedIn posts to keep you top of mind in your network.
Wat is Top of Mind?
Top of Mind is een Chrome-extensie ontwikkeld door Grace Wang, en de belangrijkste functie is "Automatically generate comments on LinkedIn posts to keep you top of mind in your network.".
Extensie Screenshots
Download het CRX-bestand van de extensie Top of Mind
Download Top of Mind-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | olpleiecpcaehephickckajejdchidcf |
Officiële URL | https://chrome.google.com/webstore/detail/top-of-mind/olpleiecpcaehephickckajejdchidcf |
Beschrijving | Automatically generate comments on LinkedIn posts to keep you top of mind in your network. |
Bestandsgrootte | 163 KB |
Aantal Installaties | 74 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2021-09-02 |
Publicatiedatum | 2021-09-02 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Grace Wang |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://topofmind.xyz |
Ondersteunde Talen | 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" } } |