Fiverr Chats

Extension created for Fiverr selers which allow to securely share client communication with your colleagues.

Fiverr Chats là gì?

Fiverr Chats là một tiện ích mở rộng Chrome được phát triển bởi rromikas, và tính năng chính của nó là "Extension created for Fiverr selers which allow to securely share client communication with your colleagues.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fiverr Chats

Tải xuống các tệp mở rộng Fiverr Chats dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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].                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fiverr Chats Fiverr Chats
ID cbhkjgjolleaohbpmkbinglohhgaclhc
URL Chính Thức https://chromewebstore.google.com/detail/fiverr-chats/cbhkjgjolleaohbpmkbinglohhgaclhc
Mô tả Extension created for Fiverr selers which allow to securely share client communication with your colleagues.
Kích Thước Tệp 132 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-01-18
Ngày Phát Hành 2023-01-05
Nhà Phát Triển rromikas
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://fiverr-chats.vercel.app/
URL Trang Trợ Giúp https://fiverr-chats.vercel.app/
URL Trang Chính Sách Bảo Mật https://romikas.vercel.app/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": []
        }
    ]
}