Fiverr Chats
Extension created for Fiverr selers which allow to securely share client communication with your colleagues.
Fiverr Chatsとは何ですか?
Fiverr Chatsはrromikasによって開発されたChromeの拡張機能で、その主な機能は「Extension created for Fiverr selers which allow to securely share client communication with your colleagues.」です。
拡張機能のスクリーンショット
Fiverr Chats拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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": [] } ] } |