Top of Mind
Automatically generate comments on LinkedIn posts to keep you top of mind in your network.
Top of Mind là gì?
Top of Mind là một tiện ích mở rộng Chrome được phát triển bởi Grace Wang, và tính năng chính của nó là "Automatically generate comments on LinkedIn posts to keep you top of mind in your network.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Top of Mind
Tải xuống các tệp mở rộng Top of Mind dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | olpleiecpcaehephickckajejdchidcf |
URL Chính Thức | https://chrome.google.com/webstore/detail/top-of-mind/olpleiecpcaehephickckajejdchidcf |
Mô tả | Automatically generate comments on LinkedIn posts to keep you top of mind in your network. |
Kích Thước Tệp | 163 KB |
Số Lần Cài Đặt | 74 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2021-09-02 |
Ngày Phát Hành | 2021-09-02 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Grace Wang |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://topofmind.xyz |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |