Fiverr Chats
Extension created for Fiverr selers which allow to securely share client communication with your colleagues.
Fiverr Chats क्या है?
Fiverr Chats rromikas द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension created for Fiverr selers which allow to securely share client communication with your colleagues."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Fiverr Chats एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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": [] } ] } |