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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة المساعدة | https://fiverr-chats.vercel.app/ |
عنوان صفحة سياسة الخصوصية | 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": [] } ] } |