BuyLocal.Cloud

Support local shops and stores when shopping online. This extension displays local businesses when searching online.

Qu'est-ce que BuyLocal.Cloud ?

BuyLocal.Cloud est une extension Chrome développée par https://buylocal.cloud, et sa fonction principale est "Support local shops and stores when shopping online. This extension displays local businesses when searching online.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension BuyLocal.Cloud

Téléchargez les fichiers d'extension BuyLocal.Cloud au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom BuyLocal.Cloud BuyLocal.Cloud
ID iakjjemflololophjmhajchoojhehbcf
URL Officiel https://chromewebstore.google.com/detail/buylocalcloud/iakjjemflololophjmhajchoojhehbcf
Description Support local shops and stores when shopping online. This extension displays local businesses when searching online.
Taille du Fichier 44.16 KB
Nombre d'Installations 60
Version Actuelle 1.1.1
Dernière Mise à Jour 2020-06-14
Date de Publication 2020-06-14
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://buylocal.cloud
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.buylocal.cloud/
URL de la Page d'Aide https://www.buylocal.cloud/About.html
URL de la Page de Politique de Confidentialité https://www.buylocal.cloud/About.html
Langues Prises en Charge 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"
    ]
}