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ファイルをダウンロード
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 |
Eメール | [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" ] } |