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.”。

扩展截图

screenshot
screenshot
screenshot

下载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 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"
    ]
}