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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fiverr Quick View - It allows you to sort search results, extract keywords, and view important metrics like favorites and ratings."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Fiverr Quick View एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}