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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View the buyer's username or profile on Fiverr's buyer request page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Fiverr Buyer Info एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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" } ] } |