Quick view for fiverr

Fiverr Quick View Chrome extension

What is Quick view for fiverr?

Quick view for fiverr is a Chrome extension developed by Quick view for fiverr, and its main feature is "Fiverr Quick View Chrome extension".

Extension Screenshots

screenshot

Download Quick view for fiverr Extension CRX File

Download Quick view for fiverr extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Take your Fiverr experience to the next level with the Fiverr Quick View Chrome extension. This powerful toolkit provides valuable insights and streamlined features to improve your gig management and research. Gain a competitive edge with quick access to important gig metrics, keyword extraction, sorting options, and more. Elevate your Fiverr journey with Fiverr Quick View. 

  

Key Features: 

>>Local Data Storage: Your information stays secure, with data stored locally in your browser—no external database or service required. 

>>Sorting Options: Sort search results based on ratings or sales to quickly identify top performers. 

>>Keyword Extraction: Discover the most relevant and frequently used keywords to optimize your gig descriptions. 

>>Metrics Display: Instantly view favorites, orders, and ratings for better understanding and performance evaluation. 

>>Buyer Insights: Explore buyer profiles to learn their country and past feedback for informed decision-making. 

 

How to Use? 

>>Install the extension  

>>Once installed, the extension seamlessly integrates into your browser. 

>>Perform Fiverr searches and browse gig listings to see the Quick View features in action. 

>>Extract valuable keywords to optimize your own gig descriptions and improve visibility. 

>>View important metrics like favorites, orders, and ratings to gauge gig performance at a glance. 

>>Craft personalized messages using buyer usernames for effective communication. 

 

Elevate your Fiverr gig management with the Fiverr Quick View Chrome extension. Empower yourself with valuable insights, advanced features, and a more streamlined approach to achieving success on Fiverr. Install the extension today and unlock your Fiverr potential.                    

Extension Basic Information

Name Quick view for fiverr Quick view for fiverr
ID jgmloebleilgadnlmhmhekjhoelnkaik
Official URL https://chromewebstore.google.com/detail/quick-view-for-fiverr/jgmloebleilgadnlmhmhekjhoelnkaik
Description Fiverr Quick View Chrome extension
File Size 84.94 KB
Installation Count 6,513
Current Version 1.0.0
Last Updated 2023-05-28
Publish Date 2023-05-27
Rating 5.00/5 Total 8 Ratings
Developer Quick view for fiverr
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Quick view for fiverr ",
    "version": "1.0.0",
    "description": "Fiverr Quick View Chrome extension ",
    "icons": {
        "16": "Icon16.png",
        "48": "Icon32.png",
        "64": "Icon64.png",
        "128": "Icon128.png",
        "2000": "Icon2000.png"
    },
    "action": {
        "default_icon": {
            "16": "Icon16.png",
            "48": "Icon32.png",
            "64": "Icon64.png",
            "128": "Icon128.png",
            "2000": "Icon2000.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "downArrow.svg",
                "orders.svg",
                "ratings.svg",
                "favoruites.svg",
                "white-order-img.svg",
                "white-star.svg",
                "white-fav.svg",
                "logo.svg"
            ]
        }
    ]
}