CloseBuy

Shopping small businesses, made simple. Easily browse unique products from independent businesses all over the U.S.

CloseBuyคืออะไร?

CloseBuy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://closebuyme.com และคุณลักษณะหลักของมันคือ "Shopping small businesses, made simple. Easily browse unique products from independent businesses all over the U.S."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CloseBuy

ดาวน์โหลดไฟล์ส่วนขยาย CloseBuy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Discover products from small businesses around the U.S. as you're browsing the web! 

Instead of supporting large national retailers, let's all work together to shop small. You can often find similar, more unique, or better quality items from small businesses. Better yet, these products can often be at more affordable prices! 

CloseBuy is a free tool that does all the hard work for you. Shop as you normally would online, and we'll suggest items from small or local businesses that match what you're looking for. 

CloseBuy allows you to filter by local stores in your home city, or you can browse the selection of all small businesses nationwide (with options for 1-2 day shipping). 

Now you can feel good about shopping and supporting small, local stores, without the hard work and headache and knowing what's in stock. 

Let's all make CloseBuy the best it can be - if you notice a store missing or have any trouble, email us at [email protected].                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CloseBuy CloseBuy
ID ajhkolgnmiceonbakaneacmdchccdadl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/closebuy/ajhkolgnmiceonbakaneacmdchccdadl
คำอธิบาย Shopping small businesses, made simple. Easily browse unique products from independent businesses all over the U.S.
ขนาดไฟล์ 895 KB
จำนวนการติดตั้ง 104
เวอร์ชันปัจจุบัน 0.2.2
อัปเดตครั้งล่าสุด 2021-04-06
วันที่เผยแพร่ 2020-09-07
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://closebuyme.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.closebuyme.com/
URL หน้าช่วยเหลือ https://www.closebuyme.com/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CloseBuy",
    "version": "0.2.2",
    "description": "Shopping small businesses, made simple. Easily browse unique products from independent businesses all over the U.S.",
    "short_name": "CloseBuy",
    "author": "CloseBuy",
    "icons": {
        "16": "assets\/icons\/favicon-16.png",
        "32": "assets\/icons\/favicon-32.png",
        "48": "assets\/icons\/favicon-48.png",
        "128": "assets\/icons\/favicon-128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "webNavigation",
        "unlimitedStorage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src unsafe-inline 'self' https:\/\/www.google-analytics.com https:\/\/cdn.segment.com https:\/\/www.googletagmanager.com https:\/\/browser.sentry-cdn.com https:\/\/tagmanager.google.com; object-src 'self';",
    "minimum_chrome_version": "49",
    "browser_action": {
        "default_icon": {
            "16": "assets\/icons\/favicon-16.png",
            "32": "assets\/icons\/favicon-32.png",
            "48": "assets\/icons\/favicon-48.png",
            "128": "assets\/icons\/favicon-128.png"
        },
        "default_popup": "popup.html",
        "default_title": "CloseBuy",
        "chrome_style": false
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true,
        "chrome_style": false
    },
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "http:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.com\/*"
            ],
            "js": [
                "js\/amazonContent.bundle.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/merchantContent.bundle.js"
            ]
        }
    ]
}