Smart Fiverr

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

Vad är Smart Fiverr?

Smart Fiverr är en Chrome-tillägg utvecklad av https://smartfiverr.com, och dess huvudfunktion är "Enhance your Fiverr seller account with features like an autoresponder that responds to messages, always be online to get more…".

Tilläggsskärmbilder

screenshot

Ladda ner Smart Fiverr-förlängningens CRX-fil

Ladda ner Smart Fiverr-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Smart Fiverr Smart Fiverr
ID aekhkmkjmigbecagogodpaepchpjjcnh
Officiell webbadress https://chromewebstore.google.com/detail/smart-fiverr/aekhkmkjmigbecagogodpaepchpjjcnh
Beskrivning Enhance your Fiverr seller account with features like an autoresponder that responds to messages, always be online to get more…
Filstorlek 473 KB
Antal Installationer 5,623
Aktuell Version 1.2.7
Senast Uppdaterad 2021-06-16
Publiceringsdatum 2021-03-08
Betyg 3.57/5 Totalt 23 Betyg
Utvecklare https://smartfiverr.com
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://smartfiverr.com
Hjälpsida URL https://smartfiverr.com
Stödda Språk 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"
    }
}