BuyLocal.Cloud
Support local shops and stores when shopping online. This extension displays local businesses when searching online.
Cos'è BuyLocal.Cloud?
BuyLocal.Cloud è un'estensione di Chrome sviluppata da https://buylocal.cloud, e la sua funzione principale è "Support local shops and stores when shopping online. This extension displays local businesses when searching online.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BuyLocal.Cloud
Scarica i file di estensione BuyLocal.Cloud in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | BuyLocal.Cloud |
ID | iakjjemflololophjmhajchoojhehbcf |
URL Ufficiale | https://chromewebstore.google.com/detail/buylocalcloud/iakjjemflololophjmhajchoojhehbcf |
Descrizione | Support local shops and stores when shopping online. This extension displays local businesses when searching online. |
Dimensione del File | 44.16 KB |
Conteggio Installazioni | 60 |
Versione Corrente | 1.1.1 |
Ultimo Aggiornamento | 2020-06-14 |
Data di Pubblicazione | 2020-06-14 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://buylocal.cloud |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.buylocal.cloud/ |
URL della Pagina di Aiuto | https://www.buylocal.cloud/About.html |
URL della Pagina della Politica sulla Privacy | https://www.buylocal.cloud/About.html |
Lingue Supportate | 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" ] } |