Top of Mind
Automatically generate comments on LinkedIn posts to keep you top of mind in your network.
Co to jest Top of Mind?
Top of Mind to rozszerzenie Chrome opracowane przez Grace Wang, a jego główną funkcją jest „Automatically generate comments on LinkedIn posts to keep you top of mind in your network.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Top of Mind
Pobierz pliki rozszerzeń Top of Mind w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | olpleiecpcaehephickckajejdchidcf |
Oficjalny URL | https://chrome.google.com/webstore/detail/top-of-mind/olpleiecpcaehephickckajejdchidcf |
Opis | Automatically generate comments on LinkedIn posts to keep you top of mind in your network. |
Rozmiar pliku | 163 KB |
Liczba instalacji | 74 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2021-09-02 |
Data Publikacji | 2021-09-02 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Grace Wang |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://topofmind.xyz |
Obsługiwane Języki | 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" } } |