RespoAI
RespoAI is a browser extension that helps you create thoughtful and effective responses with the click of a button.
RespoAIคืออะไร?
RespoAI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย contactrespoai และคุณลักษณะหลักของมันคือ "RespoAI is a browser extension that helps you create thoughtful and effective responses with the click of a button."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RespoAI
ดาวน์โหลดไฟล์ส่วนขยาย RespoAI ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
⚡The #1 Growth Hacking Tool that utilizes a browser extension to help you create thoughtful and effective responses. ✍️With the help of our AI language synthesis tool for Chrome, you can produce attention-grabbing messages that are intriguing and efficient. Our tool will help you have an effect, whether you're interacting with customers, followers, friends, or anyone else! 💡With Respo, responses are no longer a difficult or time-consuming task. Say goodbye to generic messages and hello to more meaningful interactions. Coming soon: 🔜Gmail 🔜Facebook 🔜Youtube To make using RespoAI even better, we're always working on updates and improvements. Please contact us at [email protected] if you have any inquiries or suggestions.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | RespoAI |
ID | bedkffdgfejokiohjhkehankmamachma |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/respoai/bedkffdgfejokiohjhkehankmamachma |
คำอธิบาย | RespoAI is a browser extension that helps you create thoughtful and effective responses with the click of a button. |
ขนาดไฟล์ | 191 KB |
จำนวนการติดตั้ง | 327 |
เวอร์ชันปัจจุบัน | 1.0.4 |
อัปเดตครั้งล่าสุด | 2023-03-02 |
วันที่เผยแพร่ | 2023-02-03 |
คะแนน | 4.56/5 รวมทั้งหมด 16 คะแนน |
ผู้พัฒนา | contactrespoai |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RespoAI", "description": "RespoAI is a browser extension that helps you create thoughtful and effective responses with the click of a button. ", "version": "1.0.4", "manifest_version": 3, "background": { "service_worker": "serviceWorker.js" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "contentScript.js" ] }, { "matches": [ "https:\/\/www.linkedin.com\/*" ], "js": [ "linkedinScript.js" ] }, { "matches": [ "https:\/\/www.reddit.com\/*" ], "js": [ "redditScript.js" ] } ], "options_ui": { "page": "options.html", "open_in_tab": true }, "action": { "default_title": "RespoAi", "default_popup": "popup.html", "default_icon": { "16": "\/icons\/respo16.png", "32": "\/icons\/respo32.png", "48": "\/icons\/respo48.png", "128": "\/icons\/respo128.png" } }, "icons": { "16": "\/icons\/respo16.png", "32": "\/icons\/respo32.png", "48": "\/icons\/respo48.png", "128": "\/icons\/respo128.png" } } |