Fiverr Chats

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

Qu'est-ce que Fiverr Chats ?

Fiverr Chats est une extension Chrome développée par rromikas, et sa fonction principale est "Extension created for Fiverr selers which allow to securely share client communication with your colleagues.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Fiverr Chats

Téléchargez les fichiers d'extension Fiverr Chats au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Fiverr Chats Fiverr Chats
ID cbhkjgjolleaohbpmkbinglohhgaclhc
URL Officiel https://chromewebstore.google.com/detail/fiverr-chats/cbhkjgjolleaohbpmkbinglohhgaclhc
Description Extension created for Fiverr selers which allow to securely share client communication with your colleagues.
Taille du Fichier 132 KB
Nombre d'Installations 28
Version Actuelle 1.0.0
Dernière Mise à Jour 2023-01-18
Date de Publication 2023-01-05
Développeur rromikas
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://fiverr-chats.vercel.app/
URL de la Page d'Aide https://fiverr-chats.vercel.app/
URL de la Page de Politique de Confidentialité https://romikas.vercel.app/privacy-policy
Langues Prises en Charge 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": []
        }
    ]
}