Quick view for fiverr

Fiverr Quick View Chrome extension

Vad är Quick view for fiverr?

Quick view for fiverr är en Chrome-tillägg utvecklad av Quick view for fiverr, och dess huvudfunktion är "Fiverr Quick View Chrome extension".

Tilläggsskärmbilder

screenshot

Ladda ner Quick view for fiverr-förlängningens CRX-fil

Ladda ner Quick view for fiverr-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Quick view for fiverr Quick view for fiverr
ID jgmloebleilgadnlmhmhekjhoelnkaik
Officiell webbadress https://chromewebstore.google.com/detail/quick-view-for-fiverr/jgmloebleilgadnlmhmhekjhoelnkaik
Beskrivning Fiverr Quick View Chrome extension
Filstorlek 84.94 KB
Antal Installationer 6,513
Aktuell Version 1.0.0
Senast Uppdaterad 2023-05-28
Publiceringsdatum 2023-05-27
Betyg 5.00/5 Totalt 8 Betyg
Utvecklare Quick view for fiverr
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}