Writesmart
GPT-Powered LinkedIn Comments
Writesmartคืออะไร?
Writesmart เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://writesmart.so และคุณลักษณะหลักของมันคือ "GPT-Powered LinkedIn Comments"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Writesmart
ดาวน์โหลดไฟล์ส่วนขยาย Writesmart ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Make Lasting Impression. With LinkedIn + WriteSmart, Boost engagement: Tired of bland comments that go unnoticed? Our extension generates personalized comments that grab attention and encourage discussion. Warm-up leads: Don't let potential customers slip away. With WriteSmart, you can quickly and easily add value to the conversation and build relationships with your audience. Get noticed: Want to stand out from the crowd? Our extension helps you make an impact with thoughtful comments that showcase your expertise and personality. Increase followers: Looking to grow your following on LinkedIn? Our extension can help you expand your reach and connect with more people who share your interests. Install the extension and try it out for free.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Writesmart |
ID | mmlgiokimjomfllggomcondfhimncoma |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/writesmart/mmlgiokimjomfllggomcondfhimncoma |
คำอธิบาย | GPT-Powered LinkedIn Comments |
ขนาดไฟล์ | 207 KB |
จำนวนการติดตั้ง | 364 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2024-02-25 |
วันที่เผยแพร่ | 2023-03-24 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://writesmart.so |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.writesmart.so/ |
URL หน้าช่วยเหลือ | https://www.writesmart.so/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.writesmart.so/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Writesmart", "version": "1.1.0", "description": "GPT-Powered LinkedIn Comments", "permissions": [ "storage", "tabs" ], "externally_connectable": { "matches": [ "http:\/\/*.linkedin.com\/*", "https:\/\/*.linkedin.com\/*", "https:\/\/dev.writesmart.so\/*", "https:\/\/app.writesmart.so\/*", "https:\/\/beta.writesmart.so\/*" ] }, "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon-48.png" }, "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.linkedin.com\/*", "https:\/\/*.linkedin.com\/*", "https:\/\/dev.writesmart.so\/*", "https:\/\/app.writesmart.so\/*", "https:\/\/beta.writesmart.so\/*" ], "js": [ "rollbar.min.js", "src\/pages\/content\/index.js" ], "css": [ "assets\/css\/contentStyle.chunk.css" ], "all_frames": true, "match_about_blank": true, "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "assets\/js\/*.js", "assets\/css\/*.css", "icon-128.png", "icon-32.png", "icon-16.png", "icon-48.png", "*.svg" ], "matches": [ "*:\/\/*\/*" ] } ] } |