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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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