Top of Mind
Automatically generate comments on LinkedIn posts to keep you top of mind in your network.
Top of Mindคืออะไร?
Top of Mind เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Grace Wang และคุณลักษณะหลักของมันคือ "Automatically generate comments on LinkedIn posts to keep you top of mind in your network."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Top of Mind
ดาวน์โหลดไฟล์ส่วนขยาย Top of Mind ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |