Fiverr Chats
Extension created for Fiverr selers which allow to securely share client communication with your colleagues.
Fiverr Chatsคืออะไร?
Fiverr Chats เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rromikas และคุณลักษณะหลักของมันคือ "Extension created for Fiverr selers which allow to securely share client communication with your colleagues."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fiverr Chats
ดาวน์โหลดไฟล์ส่วนขยาย Fiverr Chats ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Once enabled on Fiverr inbox page, it streams chat to external room where other persons can help you chat with your clients. It can help to increase your response rate, extend client base and scale your freelancing career. Before you start, create an account in https://fiverr-chats.vercel.app/ and create your first room. That room can be selected with extension in Fiverr inbox page. By default rooms are empty, so you need to use extension to add clients to rooms. Tab where extension is enabled streams chat to a selected room, so don't close it. If you encounter any problem, send email at [email protected].
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Fiverr Chats |
ID | cbhkjgjolleaohbpmkbinglohhgaclhc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fiverr-chats/cbhkjgjolleaohbpmkbinglohhgaclhc |
คำอธิบาย | Extension created for Fiverr selers which allow to securely share client communication with your colleagues. |
ขนาดไฟล์ | 132 KB |
จำนวนการติดตั้ง | 28 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2023-01-18 |
วันที่เผยแพร่ | 2023-01-05 |
ผู้พัฒนา | rromikas |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://fiverr-chats.vercel.app/ |
URL หน้าช่วยเหลือ | https://fiverr-chats.vercel.app/ |
URL หน้านโยบายความเป็นส่วนตัว | https://romikas.vercel.app/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Extension created for Fiverr selers which allow to securely share client communication with your colleagues.", "version": "1.0.0", "manifest_version": 3, "name": "Fiverr Chats", "background": { "service_worker": "background.bundle.js" }, "action": { "default_icon": "icon-32.png" }, "icons": { "128": "icon-128.png" }, "permissions": [ "storage", "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/www.fiverr.com\/inbox", "https:\/\/www.fiverr.com\/inbox\/*" ], "js": [ "contentScript.bundle.js" ] } ], "web_accessible_resources": [ { "resources": [ "icon-128.png", "icon-34.png" ], "matches": [] } ] } |