Buy Nearby

Recommends local businesses!

Co je Buy Nearby?

Buy Nearby je rozšíření Chrome vyvinuté Robert Muresan, a jeho hlavní funkcí je „Recommends local businesses!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Buy Nearby

Stáhněte si soubory rozšíření Buy Nearby ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Buy Nearby Buy Nearby
ID egoikpnpdihpdfenconkdnndbnhcfmkj
Oficiální URL https://chromewebstore.google.com/detail/buy-nearby/egoikpnpdihpdfenconkdnndbnhcfmkj
Popis Recommends local businesses!
Velikost souboru 36.26 KB
Počet instalací 440
Aktuální Verze 1.0
Poslední Aktualizace 2021-04-30
Datum Vydání 2021-04-30
Hodnocení 4.86/5 Celkem 7 Hodnocení
Vývojář Robert Muresan
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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'"
}