BuyLocal.Cloud
Support local shops and stores when shopping online. This extension displays local businesses when searching online.
BuyLocal.Cloudคืออะไร?
BuyLocal.Cloud เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://buylocal.cloud และคุณลักษณะหลักของมันคือ "Support local shops and stores when shopping online. This extension displays local businesses when searching online."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BuyLocal.Cloud
ดาวน์โหลดไฟล์ส่วนขยาย BuyLocal.Cloud ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Discover and support local shops, stores and businesses. Relevant local businesses delivered to you when searching and shopping online. Local businesses can't afford to be on the top for web searches and compete with online retailers. Many small stores cannot operate during this time at normal levels because of COVID-19. With this extension when you search, you will be get a notification when items and services you are searching for are available from local businesses. With a couple of clicks you can schedule a service, arrange delivery, shipping or curbside pickup. Supporting local shop, stores and businesses has never been easier.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | BuyLocal.Cloud |
ID | iakjjemflololophjmhajchoojhehbcf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/buylocalcloud/iakjjemflololophjmhajchoojhehbcf |
คำอธิบาย | Support local shops and stores when shopping online. This extension displays local businesses when searching online. |
ขนาดไฟล์ | 44.16 KB |
จำนวนการติดตั้ง | 60 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2020-06-14 |
วันที่เผยแพร่ | 2020-06-14 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://buylocal.cloud |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.buylocal.cloud/ |
URL หน้าช่วยเหลือ | https://www.buylocal.cloud/About.html |
URL หน้านโยบายความเป็นส่วนตัว | https://www.buylocal.cloud/About.html |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BuyLocal.Cloud", "version": "1.1.1", "manifest_version": 2, "description": "Support local shops and stores when shopping online. This extension displays local businesses when searching online.", "homepage_url": "https:\/\/www.buylocal.cloud", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "js\/jquery\/jquery.min.js", "src\/background\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/icon16.png", "default_title": "BuyLocal.Cloud - Find local business when you search" }, "permissions": [ "https:\/\/api.buylocal.cloud\/search", "https:\/\/api.buylocal.cloud\/operation", "https:\/\/api.buylocal.cloud\/areadata", "cookies", "geolocation", "notifications", "storage", "webNavigation" ], "externally_connectable": { "matches": [ "https:\/\/www.buylocal.cloud\/*" ] }, "web_accessible_resources": [ "icons\/icon32.png" ] } |