Smart Fiverr

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

Co to jest Smart Fiverr?

Smart Fiverr to rozszerzenie Chrome opracowane przez https://smartfiverr.com, a jego główną funkcją jest „Enhance your Fiverr seller account with features like an autoresponder that responds to messages, always be online to get more…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Smart Fiverr

Pobierz pliki rozszerzeń Smart Fiverr w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Smart Fiverr Smart Fiverr
ID aekhkmkjmigbecagogodpaepchpjjcnh
Oficjalny URL https://chromewebstore.google.com/detail/smart-fiverr/aekhkmkjmigbecagogodpaepchpjjcnh
Opis Enhance your Fiverr seller account with features like an autoresponder that responds to messages, always be online to get more…
Rozmiar pliku 473 KB
Liczba instalacji 5,623
Aktualna Wersja 1.2.7
Ostatnia Aktualizacja 2021-06-16
Data Publikacji 2021-03-08
Ocena 3.57/5 Łącznie 23 Oceny
Deweloper https://smartfiverr.com
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://smartfiverr.com
Adres URL Strony Pomocy https://smartfiverr.com
Obsługiwane Języki 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"
    }
}