Fiverr Detailed Buyer Requests
Know your client's details before making offers
Fiverr Detailed Buyer Requests क्या है?
Fiverr Detailed Buyer Requests Rashan Hasaranga द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Know your client's details before making offers"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Fiverr Detailed Buyer Requests एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
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 |
ईमेल | [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": [] } |