Fiverr Buyer Info

View the buyer's username or profile on Fiverr's buyer request page.

Fiverr Buyer Info là gì?

Fiverr Buyer Info là một tiện ích mở rộng Chrome được phát triển bởi Tanzeel Ur Rehman, và tính năng chính của nó là "View the buyer's username or profile on Fiverr's buyer request page.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fiverr Buyer Info

Tải xuống các tệp mở rộng Fiverr Buyer Info 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

                        For your Fiverr Buyer request page, the Fiverr Buyer Info Extension is really useful. It displays the buyer's username for each buyer request and calculates the client's budget in a beautiful manner.

It has features such as:
* Displaying the client's profile/username.
* Calculate the client's budget and display the Fiverr fee.

* Soon, we'll be adding even more fantastic features.

The Fiverr Buyer Info Extension does not collect or store any information from your browser, nor does it follow you or your history!                    

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

Tên Fiverr Buyer Info Fiverr Buyer Info
ID hcfhkcaplkkgokcmegchakcpbldecoan
URL Chính Thức https://chromewebstore.google.com/detail/fiverr-buyer-info/hcfhkcaplkkgokcmegchakcpbldecoan
Mô tả View the buyer's username or profile on Fiverr's buyer request page.
Kích Thước Tệp 40.96 KB
Số Lần Cài Đặt 609
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2022-06-23
Ngày Phát Hành 2022-06-18
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Tanzeel Ur Rehman
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",
    "name": "Fiverr Buyer Info",
    "description": "View the buyer's username or profile on Fiverr's buyer request page.",
    "manifest_version": 3,
    "version": "1.0.1",
    "author": "Tanzeel Ur Rehman",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.fiverr.com\/users\/*\/requests",
                "https:\/\/www.fiverr.com\/users\/*\/requests?source=header_nav"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}