Buy Nearby

Recommends local businesses!

Wat is Buy Nearby?

Buy Nearby is een Chrome-extensie ontwikkeld door Robert Muresan, en de belangrijkste functie is "Recommends local businesses!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Buy Nearby

Download Buy Nearby-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Buy Nearby is a chrome extension that recommends local businesses! While browsing through Amazon or eBay, the chrome extension will show nearby businesses tailored to what you were previously searching for. Help your community during challenging times by supporting the businesses near you. 

With Buy Nearby, it is as simple as one click!
The chrome extension can be opened at any time; begin by searching for a product. Buy Nearby will suggest nearby businesses that sell that product and direct you to more information about the business, including: opening hours, phone number, address, and more.                    

Basisinformatie over de Extensie

Naam Buy Nearby Buy Nearby
ID egoikpnpdihpdfenconkdnndbnhcfmkj
Officiële URL https://chromewebstore.google.com/detail/buy-nearby/egoikpnpdihpdfenconkdnndbnhcfmkj
Beschrijving Recommends local businesses!
Bestandsgrootte 36.26 KB
Aantal Installaties 440
Huidige Versie 1.0
Laatst Bijgewerkt 2021-04-30
Publicatiedatum 2021-04-30
Beoordeling 4.86/5 Totaal 7 Beoordelingen
Ontwikkelaar Robert Muresan
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Buy Nearby",
    "description": "Recommends local businesses!",
    "version": "1.0",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "128": "img\/icon128.png"
    },
    "permissions": [
        "geolocation",
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/maps.googleapis.com; object-src 'self'"
}