BuyLocal.Cloud
Support local shops and stores when shopping online. This extension displays local businesses when searching online.
BuyLocal.Cloud란 무엇입니까?
BuyLocal.Cloud은(는) https://buylocal.cloud에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Support local shops and stores when shopping online. This extension displays local businesses when searching online."입니다.
확장 프로그램 스크린샷
BuyLocal.Cloud 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |