Quick view for fiverr

Fiverr Quick View Chrome extension

Apa itu Quick view for fiverr?

Quick view for fiverr adalah ekstensi Chrome yang dikembangkan oleh Quick view for fiverr, dan fitur utamanya adalah "Fiverr Quick View Chrome extension".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Quick view for fiverr

Unduh file ekstensi Quick view for fiverr dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Quick view for fiverr Quick view for fiverr
ID jgmloebleilgadnlmhmhekjhoelnkaik
URL Resmi https://chromewebstore.google.com/detail/quick-view-for-fiverr/jgmloebleilgadnlmhmhekjhoelnkaik
Deskripsi Fiverr Quick View Chrome extension
Ukuran File 84.94 KB
Jumlah Instalasi 6,513
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2023-05-28
Tanggal Publikasi 2023-05-27
Penilaian 5.00/5 Total 8 Penilaian
Pengembang Quick view for fiverr
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}