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.」です。
拡張機能のスクリーンショット
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 |
ID | hcfhkcaplkkgokcmegchakcpbldecoan |
公式URL | 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 |
Eメール | [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" } ] } |