Buy Nearby

Recommends local businesses!

Vad är Buy Nearby?

Buy Nearby är en Chrome-tillägg utvecklad av Robert Muresan, och dess huvudfunktion är "Recommends local businesses!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Buy Nearby-förlängningens CRX-fil

Ladda ner Buy Nearby-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Buy Nearby Buy Nearby
ID egoikpnpdihpdfenconkdnndbnhcfmkj
Officiell webbadress https://chromewebstore.google.com/detail/buy-nearby/egoikpnpdihpdfenconkdnndbnhcfmkj
Beskrivning Recommends local businesses!
Filstorlek 36.26 KB
Antal Installationer 440
Aktuell Version 1.0
Senast Uppdaterad 2021-04-30
Publiceringsdatum 2021-04-30
Betyg 4.86/5 Totalt 7 Betyg
Utvecklare Robert Muresan
E-post [email protected]
Betalningssätt free
Stödda Språk 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'"
}