Fiverr Detailed Buyer Requests
Know your client's details before making offers
Fiverr Detailed Buyer Requestsคืออะไร?
Fiverr Detailed Buyer Requests เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rashan Hasaranga และคุณลักษณะหลักของมันคือ "Know your client's details before making offers"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fiverr Detailed Buyer Requests
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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": [] } |