Supergrow.ai Extension
AI powered LinkedIn comments
Supergrow.ai Extensionคืออะไร?
Supergrow.ai Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Supergrow.ai Team และคุณลักษณะหลักของมันคือ "AI powered LinkedIn comments"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Supergrow.ai Extension
ดาวน์โหลดไฟล์ส่วนขยาย Supergrow.ai Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Are you finding it challenging to leave comments on LinkedIn? Do you struggle with generating insightful ideas for your comments? Do you want to save time? Do not want to post generic comments like “Good post!”, “Thanks for sharing”? Get real, human-like comments. Say goodbye to generic comments like “Good post!”, “Thanks for sharing” and “Love your content!". Here are the benefits: 1. Save hours writing comments to attract your prospects. 2. Guaranteed to be relevant and unique. 3. Stand out and capture the reader’s attention. 4. Increase profile visibility. Install the extension and try it out for free.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Supergrow.ai Extension |
ID | gjpdbigebbbdciapaflndjkbhapgpkpa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/supergrowai-extension/gjpdbigebbbdciapaflndjkbhapgpkpa |
คำอธิบาย | AI powered LinkedIn comments |
ขนาดไฟล์ | 3.51 MB |
จำนวนการติดตั้ง | 154 |
เวอร์ชันปัจจุบัน | 0.4.2 |
อัปเดตครั้งล่าสุด | 2023-09-11 |
วันที่เผยแพร่ | 2023-07-09 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Supergrow.ai Team |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://supergrow.ai/ |
URL หน้าช่วยเหลือ | https://www.supergrow.ai/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.supergrow.ai/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "AI powered LinkedIn comments", "version": "0.4.2", "manifest_version": 3, "name": "Supergrow.ai Extension", "background": { "service_worker": "background.bundle.js" }, "action": { "default_icon": "icon.png" }, "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/*" ], "js": [ "contentScript.bundle.js" ], "css": [ "content.styles.css" ] } ], "web_accessible_resources": [ { "resources": [ "content.styles.css", "icon.png" ], "matches": [] } ], "permissions": [ "storage", "*:\/\/*.linkedin.com\/*" ], "host_permissions": [ "*:\/\/*.linkedin.com\/*" ] } |