Fiverr Detailed Buyer Requests

Know your client's details before making offers

Fiverr Detailed Buyer Requestsとは何ですか?

Fiverr Detailed Buyer RequestsはRashan Hasarangaによって開発されたChromeの拡張機能で、その主な機能は「Know your client's details before making offers」です。

拡張機能のスクリーンショット

screenshot
screenshot

Fiverr Detailed Buyer Requests拡張機能のCRXファイルをダウンロード

Fiverr Detailed Buyer Requests拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This Google Chrome extension will help you to see further details about your buyer requests.

After installing this extension, you will see buyers' usernames within their requests. So you will be able to,

+ Create more personalized messages (using their usernames)
+ See buyer's country and past feedbacks after navigating to their profiles

Your feedback would be greatly appreciated! Kindly let me know if you have any confusion or issue while using this extension.

Support : [email protected]
Website : https://rashanhasaranga.com

** Legal disclaimer **
* This tool is NOT an official product from Fiverr International Ltd; and the developer(s) do not have affiliation with Fiverr International Ltd. 
* This product is developed only to increase the productivity; The user should follow Fiverr's terms (https://www.fiverr.com/terms_of_service) while using it; Do not misuse.
* All product names, logos, brands, trademarks and registered trademarks are property of their respective owners.                    

拡張機能の基本情報

名前 Fiverr Detailed Buyer Requests Fiverr Detailed Buyer Requests
ID dgblbobclfbjpfkpjklkicjjbjobgfhg
公式URL https://chrome.google.com/webstore/detail/fiverr-detailed-buyer-req/dgblbobclfbjpfkpjklkicjjbjobgfhg
説明 Know your client's details before making offers
ファイルサイズ 97.66 KB
インストール数 10,000
現在のバージョン 1.43
最終更新日 2021-11-24
公開日 2020-04-15
評価 4.68/5 合計 102 レビュー
開発者 Rashan Hasaranga
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://rashanhasaranga.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fiverr Detailed Buyer Requests",
    "version": "1.43",
    "description": "Know your client's details before making offers",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.fiverr.com\/users\/*\/requests*",
                "https:\/\/www.fiverr.com\/users\/*\/requests"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html",
        "default_title": "Fiverr Detailed Buyer Requests"
    },
    "permissions": []
}