Quick view for fiverr

Fiverr Quick View Chrome extension

Quick view for fiverr là gì?

Quick view for fiverr là một tiện ích mở rộng Chrome được phát triển bởi Quick view for fiverr, và tính năng chính của nó là "Fiverr Quick View Chrome extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Quick view for fiverr

Tải xuống các tệp mở rộng Quick view for fiverr dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Quick view for fiverr Quick view for fiverr
ID jgmloebleilgadnlmhmhekjhoelnkaik
URL Chính Thức https://chromewebstore.google.com/detail/quick-view-for-fiverr/jgmloebleilgadnlmhmhekjhoelnkaik
Mô tả Fiverr Quick View Chrome extension
Kích Thước Tệp 84.94 KB
Số Lần Cài Đặt 6,513
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-05-28
Ngày Phát Hành 2023-05-27
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Quick view for fiverr
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}