Buy Nearby

Recommends local businesses!

Apa itu Buy Nearby?

Buy Nearby adalah ekstensi Chrome yang dikembangkan oleh Robert Muresan, dan fitur utamanya adalah "Recommends local businesses!".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Buy Nearby

Unduh file ekstensi Buy Nearby dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Buy Nearby Buy Nearby
ID egoikpnpdihpdfenconkdnndbnhcfmkj
URL Resmi https://chromewebstore.google.com/detail/buy-nearby/egoikpnpdihpdfenconkdnndbnhcfmkj
Deskripsi Recommends local businesses!
Ukuran File 36.26 KB
Jumlah Instalasi 440
Versi Saat Ini 1.0
Terakhir Diperbarui 2021-04-30
Tanggal Publikasi 2021-04-30
Penilaian 4.86/5 Total 7 Penilaian
Pengembang Robert Muresan
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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'"
}