Smart Fiverr

Enhance your Fiverr seller account with features like an autoresponder that responds to messages, always be online to get more…

Qu'est-ce que Smart Fiverr ?

Smart Fiverr est une extension Chrome développée par https://smartfiverr.com, et sa fonction principale est "Enhance your Fiverr seller account with features like an autoresponder that responds to messages, always be online to get more…".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Smart Fiverr 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

                        Enhance your Fiverr seller account with features like

an autoresponder that responds to messages, 

always be online to get more offers, 

get buyer request notifications based on the GIG you provide,

A money calculator for you to know how much buyer pays and what you get, 

A better fiverr notification with custom notification sounds you can pick from

This extension keeps working till your computer is turned off. Give it a try and you'll love it                    

Informations de Base sur l'Extension

Nom Smart Fiverr Smart Fiverr
ID aekhkmkjmigbecagogodpaepchpjjcnh
URL Officiel https://chromewebstore.google.com/detail/smart-fiverr/aekhkmkjmigbecagogodpaepchpjjcnh
Description Enhance your Fiverr seller account with features like an autoresponder that responds to messages, always be online to get more…
Taille du Fichier 473 KB
Nombre d'Installations 5,623
Version Actuelle 1.2.7
Dernière Mise à Jour 2021-06-16
Date de Publication 2021-03-08
Évaluation 3.57/5 Total 23 Évaluations
Développeur https://smartfiverr.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://smartfiverr.com
URL de la Page d'Aide https://smartfiverr.com
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smart Fiverr",
    "version": "1.2.7",
    "permissions": [
        "storage",
        "notifications",
        "*:\/\/*.fiverr.com\/*",
        "https:\/\/*.smartfiverr.com\/*",
        "background",
        "webRequest",
        "webRequestBlocking",
        "tabs"
    ],
    "background": {
        "scripts": [
            "\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.fiverr.com\/*"
            ],
            "js": [
                "\/contentscripts.js"
            ],
            "css": [
                "style.css"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}