Smart Fiverr

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

Τι είναι το Smart Fiverr;

Το Smart Fiverr είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://smartfiverr.com, και η κύρια λειτουργία του είναι "Enhance your Fiverr seller account with features like an autoresponder that responds to messages, always be online to get more…".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Smart Fiverr

Λήψη αρχείων επέκτασης Smart Fiverr σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Smart Fiverr Smart Fiverr
ID aekhkmkjmigbecagogodpaepchpjjcnh
Επίσημο URL https://chromewebstore.google.com/detail/smart-fiverr/aekhkmkjmigbecagogodpaepchpjjcnh
Περιγραφή Enhance your Fiverr seller account with features like an autoresponder that responds to messages, always be online to get more…
Μέγεθος Αρχείου 473 KB
Αριθμός Εγκαταστάσεων 5,623
Τρέχουσα Έκδοση 1.2.7
Τελευταία Ενημέρωση 2021-06-16
Ημερομηνία Δημοσίευσης 2021-03-08
Αξιολόγηση 3.57/5 Συνολικά 23 Αξιολογήσεις
Προγραμματιστής https://smartfiverr.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://smartfiverr.com
Διεύθυνση URL της Σελίδας Βοήθειας https://smartfiverr.com
Υποστηριζόμενες Γλώσσες 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"
    }
}