Response Box
Pre-built messages from templates in your browser. Canned messages on right click that can be used in emails/social medias/chats.
Response Boxคืออะไร?
Response Box เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dmitry Polevoy และคุณลักษณะหลักของมันคือ "Pre-built messages from templates in your browser. Canned messages on right click that can be used in emails/social medias/chats."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Response Box
ดาวน์โหลดไฟล์ส่วนขยาย Response Box ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Pre-built messages from templates in your browser. Canned messages on right click that can be used in emails/social medias/chats. How to use: 📄 Install extension and click a Response Box logo in upper right corner 📝 Create your templates 🖱 Right click in social media/email/chat to paste templates * This extension is free and doesn't contain any ads. v 1.2 - Added ability to edit templates in-place. v 1.3 - Lighter design. v 1.32 - Major bugs fixed. 👨🎨 Dmitry Polevoy 📨 [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Response Box |
ID | ogomkaomgiefjihfoaoajomablaiiknf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/response-box/ogomkaomgiefjihfoaoajomablaiiknf |
คำอธิบาย | Pre-built messages from templates in your browser. Canned messages on right click that can be used in emails/social medias/chats. |
ขนาดไฟล์ | 7.99 KB |
จำนวนการติดตั้ง | 1,179 |
เวอร์ชันปัจจุบัน | 1.32 |
อัปเดตครั้งล่าสุด | 2019-01-04 |
วันที่เผยแพร่ | 2019-01-04 |
คะแนน | 4.60/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Dmitry Polevoy |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Response Box", "version": "1.32", "description": "Pre-built messages from templates in your browser. Canned messages on right click that can be used in emails\/social medias\/chats.", "icons": { "16": "images\/16.png", "48": "images\/48.png" }, "browser_action": { "default_icon": { "48": "images\/48.png" }, "default_title": "Response Box" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content-script.js" ] } ], "permissions": [ "tabs", "activeTab", "contextMenus", " |