Top of Mind
Automatically generate comments on LinkedIn posts to keep you top of mind in your network.
Top of Mind란 무엇입니까?
Top of Mind은(는) Grace Wang에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically generate comments on LinkedIn posts to keep you top of mind in your network."입니다.
확장 프로그램 스크린샷
Top of Mind 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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!
확장 프로그램 기본 정보
이름 | |
ID | olpleiecpcaehephickckajejdchidcf |
공식 URL | https://chrome.google.com/webstore/detail/top-of-mind/olpleiecpcaehephickckajejdchidcf |
설명 | Automatically generate comments on LinkedIn posts to keep you top of mind in your network. |
파일 크기 | 163 KB |
설치 횟수 | 74 |
현재 버전 | 1.0 |
최근 업데이트 | 2021-09-02 |
출시 날짜 | 2021-09-02 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Grace Wang |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://topofmind.xyz |
지원되는 언어 | 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" } } |