Quick view for fiverr

Fiverr Quick View Chrome extension

Τι είναι το Quick view for fiverr;

Το Quick view for fiverr είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Quick view for fiverr, και η κύρια λειτουργία του είναι "Fiverr Quick View Chrome extension".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Quick view for fiverr

Λήψη αρχείων επέκτασης Quick view for fiverr σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Quick view for fiverr Quick view for fiverr
ID jgmloebleilgadnlmhmhekjhoelnkaik
Επίσημο URL https://chromewebstore.google.com/detail/quick-view-for-fiverr/jgmloebleilgadnlmhmhekjhoelnkaik
Περιγραφή Fiverr Quick View Chrome extension
Μέγεθος Αρχείου 84.94 KB
Αριθμός Εγκαταστάσεων 6,513
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2023-05-28
Ημερομηνία Δημοσίευσης 2023-05-27
Αξιολόγηση 5.00/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής Quick view for fiverr
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}