Smart Fiverr

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

O que é Smart Fiverr?

Smart Fiverr é uma extensão do Chrome desenvolvida por https://smartfiverr.com, e sua principal característica é "Enhance your Fiverr seller account with features like an autoresponder that responds to messages, always be online to get more…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Smart Fiverr

Baixe arquivos de extensão Smart Fiverr no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Smart Fiverr Smart Fiverr
ID aekhkmkjmigbecagogodpaepchpjjcnh
URL Oficial https://chromewebstore.google.com/detail/smart-fiverr/aekhkmkjmigbecagogodpaepchpjjcnh
Descrição Enhance your Fiverr seller account with features like an autoresponder that responds to messages, always be online to get more…
Tamanho do Arquivo 473 KB
Contagem de Instalações 5,623
Versão Atual 1.2.7
Última Atualização 2021-06-16
Data de Publicação 2021-03-08
Classificação 3.57/5 Total de 23 Avaliações
Desenvolvedor https://smartfiverr.com
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://smartfiverr.com
URL da Página de Ajuda https://smartfiverr.com
Idiomas Suportados 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"
    }
}