Buy Nearby

Recommends local businesses!

Co to jest Buy Nearby?

Buy Nearby to rozszerzenie Chrome opracowane przez Robert Muresan, a jego główną funkcją jest „Recommends local businesses!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Buy Nearby

Pobierz pliki rozszerzeń Buy Nearby w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Buy Nearby Buy Nearby
ID egoikpnpdihpdfenconkdnndbnhcfmkj
Oficjalny URL https://chromewebstore.google.com/detail/buy-nearby/egoikpnpdihpdfenconkdnndbnhcfmkj
Opis Recommends local businesses!
Rozmiar pliku 36.26 KB
Liczba instalacji 440
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-04-30
Data Publikacji 2021-04-30
Ocena 4.86/5 Łącznie 7 Oceny
Deweloper Robert Muresan
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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'"
}