Buy Nearby

Recommends local businesses!

Buy Nearbyとは何ですか?

Buy NearbyはRobert Muresanによって開発されたChromeの拡張機能で、その主な機能は「Recommends local businesses!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Buy Nearby拡張機能のCRXファイルをダウンロード

Buy Nearby拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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'"
}