Search Best Sellers

Find Something You Love. The only search engine for Amazon Best Sellers.

Search Best Sellersคืออะไร?

Search Best Sellers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.searchbestsellers.com และคุณลักษณะหลักของมันคือ "Find Something You Love. The only search engine for Amazon Best Sellers."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        The Unbiased Amazon Keyword Search Engine:

Every hour, Amazon updates the 100 statistically most-purchased products on "Amazon Best Seller Pages". These difficult to navigate pages are not keyword-searchable on Amazon. 

We are the only free search engine that allows you to easily search them with specific keywords. 

It's a simple way to quickly find the most-ordered version of what you're looking for. Use this search engine to find benchmark products for your decision, and explore them 100% ad-free. Amazon does not include advertisements or "sponsored" products on these purely statistic-based product ranking pages.                    

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

ชื่อ Search Best Sellers Search Best Sellers
ID mnipkeanijngbipifgacmcjjhkiklddc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/search-best-sellers/mnipkeanijngbipifgacmcjjhkiklddc
คำอธิบาย Find Something You Love. The only search engine for Amazon Best Sellers.
ขนาดไฟล์ 144 KB
จำนวนการติดตั้ง 577
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2020-01-31
วันที่เผยแพร่ 2020-01-31
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://www.searchbestsellers.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.searchbestsellers.com
URL หน้าช่วยเหลือ https://www.searchbestsellers.com/faq/
URL หน้านโยบายความเป็นส่วนตัว https://www.searchbestsellers.com/wpautoterms/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search Best Sellers",
    "short_name": "Search Best Sellers",
    "version": "1.5",
    "manifest_version": 2,
    "description": "Find Something You Love. The only search engine for Amazon Best Sellers.",
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "browser_action": {
        "default_popup": "src\/browser_action\/browser_action.html",
        "default_icon": "logo.png",
        "default_title": "Search Best Sellers"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "homepage_url": "https:\/\/www.searchbestsellers.com",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery.min.js",
            "src\/bg\/background.js"
        ]
    },
    "web_accessible_resources": [
        "src\/browser_action\/browser_action.html"
    ]
}