Fiverr Buyer Info

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

什麼是Fiverr Buyer Info?

Fiverr Buyer Info是由Tanzeel Ur Rehman開發的Chrome擴展程式,該擴展的主要功能是“View the buyer's username or profile on Fiverr's buyer request page.”。

擴展截圖

screenshot
screenshot

下載Fiverr Buyer Info擴展crx文件

下載Fiverr Buyer Info擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Fiverr Buyer Info Fiverr Buyer Info
ID hcfhkcaplkkgokcmegchakcpbldecoan
官方網址 https://chromewebstore.google.com/detail/fiverr-buyer-info/hcfhkcaplkkgokcmegchakcpbldecoan
簡介 View the buyer's username or profile on Fiverr's buyer request page.
檔案大小 40.96 KB
安裝次數 609
目前版本 1.0.1
更新時間 2022-06-23
上架時間 2022-06-18
評分 5.00/5 共 3 次評分
開發者 Tanzeel Ur Rehman
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
        }
    ]
}