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是由https://smartfiverr.com开发的Chrome扩展程序,该扩展的主要功能是“Enhance your Fiverr seller account with features like an autoresponder that responds to messages, always be online to get more…”。

扩展截图

screenshot

下载Smart Fiverr扩展crx文件

下载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"
    }
}