Buy Nearby

Recommends local businesses!

Buy Nearby क्या है?

Buy Nearby Robert Muresan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Recommends local businesses!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Buy Nearby एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Buy Nearby Buy Nearby
ID egoikpnpdihpdfenconkdnndbnhcfmkj
आधिकारिक URL https://chromewebstore.google.com/detail/buy-nearby/egoikpnpdihpdfenconkdnndbnhcfmkj
विवरण Recommends local businesses!
फ़ाइल का आकार 36.26 KB
स्थापना संख्या 440
वर्तमान संस्करण 1.0
अंतिम अपडेट 2021-04-30
प्रकाशन तिथि 2021-04-30
रेटिंग 4.86/5 कुल 7 रेटिंग्स
डेवलपर Robert Muresan
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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'"
}