goodbuy
The easy button for conscious shopping!
goodbuyคืออะไร?
goodbuy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://trygoodbuy.com และคุณลักษณะหลักของมันคือ "The easy button for conscious shopping!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย goodbuy
ดาวน์โหลดไฟล์ส่วนขยาย goodbuy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
goodbuy is a free shopping tool that makes it ridiculously simple to find the exact products you want from incredible small businesses, boutiques and brands –without the extra hassle of scrolling to page 10 of your search results. When you’re on a mega-retailer’s site, goodbuy will simply pop-up in a little side window and show you that same product (and more) from super rad small businesses. With over 19 million products in our database, goodbuy ensures you get exactly what you need, the moment you need it, (and BONUS!) it’ll be from a values-aligned small business. IMPORTANT NOTE: goodbuy does not read, track, or store any financial information. We only pop-up when you’re searching for a product and we can provide you with awesome options from small businesses. So, how does the goodbuy browser extension actually work after you add it to chrome? 1. Say you need a water bottle (or any other product from any other category). 2. You go online, to whatever retailer or search engine you always go to, and search for the water bottle. 3. The goodbuy widget pops up showing you that exact same water bottle (or very similar) from a small, values-aligned business. 4. Click the product, add to cart, and applause––you’ve made a goodbuy! You’ve got a product you need. We’ve got the small business you want to buy it from… Faster that you can say “add to cart”! We’re on a mission to make shopping feel good by making conscious shopping easy. Shop small. Shop easily. Shop what matters to you. Discover over 185,000 small businesses and over 19 million products!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | goodbuy |
ID | gbkledplffaceibmjglphjeoghkkdhjg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/goodbuy/gbkledplffaceibmjglphjeoghkkdhjg |
คำอธิบาย | The easy button for conscious shopping! |
ขนาดไฟล์ | 9.85 MB |
จำนวนการติดตั้ง | 3,316 |
เวอร์ชันปัจจุบัน | 0.4.1 |
อัปเดตครั้งล่าสุด | 2023-08-04 |
วันที่เผยแพร่ | 2021-11-27 |
คะแนน | 4.94/5 รวมทั้งหมด 68 คะแนน |
ผู้พัฒนา | https://trygoodbuy.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://trygoodbuy.com/ |
URL หน้าช่วยเหลือ | https://support.trygoodbuy.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.trygoodbuy.com/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icons\/icon-white-16.png", "24": "\/images\/icons\/icon-white-24.png", "32": "\/images\/icons\/icon-white-32.png", "48": "\/images\/icons\/icon-white-48.png", "96": "\/images\/icons\/icon-white-96.png", "128": "\/images\/icons\/icon-white-128.png", "192": "\/images\/icons\/icon-white-192.png" } }, "background": { "service_worker": "\/js\/background.js" }, "description": "The easy button for conscious shopping!", "externally_connectable": { "matches": [ "https:\/\/app.trygoodbuy.com\/*", "https:\/\/test.trygoodbuy.com\/*", "https:\/\/dev.trygoodbuy.com\/*", "https:\/\/goodbuy.devserver.app\/*" ] }, "host_permissions": [ "https:\/\/*\/", "http:\/\/*\/" ], "icons": { "16": "\/images\/icons\/icon-white-16.png", "24": "\/images\/icons\/icon-white-24.png", "32": "\/images\/icons\/icon-white-32.png", "48": "\/images\/icons\/icon-white-48.png", "96": "\/images\/icons\/icon-white-96.png", "128": "\/images\/icons\/icon-white-128.png", "192": "\/images\/icons\/icon-white-192.png" }, "manifest_version": 3, "name": "goodbuy", "permissions": [ "contextMenus", "storage", "tabs", "scripting", "identity" ], "version": "0.4.1", "web_accessible_resources": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "resources": [ "\/js\/", "\/css\/", "\/images\/*", "\/fonts\/*", "\/html\/*" ] } ] } |