Fiverr Quick View

Fiverr Quick View - It allows you to sort search results, extract keywords, and view important metrics like favorites and ratings.

什么是Fiverr Quick View?

Fiverr Quick View是由https://fiverrquickview.com开发的Chrome扩展程序,该扩展的主要功能是“Fiverr Quick View - It allows you to sort search results, extract keywords, and view important metrics like favorites and ratings.”。

扩展截图

screenshot
screenshot

下载Fiverr Quick View扩展crx文件

下载Fiverr Quick View扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Fiverr Quick View is a toolkit that improves your Fiverr gigs management and research. And see further details about your buyer requests

Features:
★ Data is stored locally in your browser, no external database or service needed!
★ Sort search results by rating or sales (rated best sellers)
★  Extracting the best and most used keywords
★  Show the number of favorites, orders and also rating
★  Create more personalized messages (using their usernames)
★  See buyer's country and past feedbacks after navigating to their profiles
and more ...



Your trust is important to us! Fiver Quick View is not storing any kind of information outside your local browser/machine nor is tracking you or your researches!

Disclaimer: This is not an official plugin of Fiverr. There may be unexpected changes to the platform, which may cause the plugin to fail.                    

扩展基本信息

名称 Fiverr Quick View Fiverr Quick View
ID ocmndficndmcfopgmekhmojikebnaggm
官方URL https://chromewebstore.google.com/detail/fiverr-quick-view/ocmndficndmcfopgmekhmojikebnaggm
简介 Fiverr Quick View - It allows you to sort search results, extract keywords, and view important metrics like favorites and ratings.
文件大小 394 KB
安装次数 135,857
当前版本 1.4.1
更新时间 2023-05-07
上架时间 2020-04-14
评分 3.83/5 共72次评分
开发者 https://fiverrquickview.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://fiverrquickview.com/
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Fiverr Quick View",
    "version": "1.4.1",
    "description": "Fiverr Quick View  - It allows you to sort search results, extract keywords, and view important metrics like favorites and ratings.",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.fiverr.com\/*",
                "http:\/\/www.fiverr.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "flags\/*.png"
            ],
            "matches": [
                "https:\/\/www.fiverr.com\/*",
                "http:\/\/www.fiverr.com\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        },
        "default_popup": "popup.html"
    }
}