AMZ Buy Box Checker by Shopswain

Use AMZ Buy Box Checker by Shopswain to check who has the buy box on your products.

AMZ Buy Box Checker by Shopswainคืออะไร?

AMZ Buy Box Checker by Shopswain เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://shopswain.com และคุณลักษณะหลักของมันคือ "Use AMZ Buy Box Checker by Shopswain to check who has the buy box on your products."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AMZ Buy Box Checker by Shopswain

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

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

                        Are you tired of going through all your product variations to see if you have the Amazon buy box?

AMZ Buy Box Checker automatically checks all your product's variations, so you don't have to.

If you have any issues, questions, or comments about using the extension, please don't hesitate to contact us at [email protected].

★ Investigate your product variation buy boxes in just one click
On Amazon product pages, just click on the “Check Buy Box” button, and just watch as the extension magically finds the buy box merchant for each variation.

★ Compatible with the US Amazon Site.

★ Compliant With Amazon TOS
This extension just automates operations that you can already perform in the Amazon marketplace.                    

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

ชื่อ AMZ Buy Box Checker by Shopswain AMZ Buy Box Checker by Shopswain
ID bcinnfldmheohkeckegkfedopgeklkph
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/amz-buy-box-checker-by-sh/bcinnfldmheohkeckegkfedopgeklkph
คำอธิบาย Use AMZ Buy Box Checker by Shopswain to check who has the buy box on your products.
ขนาดไฟล์ 1.27 MB
จำนวนการติดตั้ง 359
เวอร์ชันปัจจุบัน 1.0.10
อัปเดตครั้งล่าสุด 2021-02-28
วันที่เผยแพร่ 2018-05-22
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://shopswain.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.shopswain.com/shopswain-amz-buy-box-checker-users-manual/
URL หน้าช่วยเหลือ http://www.shopswain.com/shopswain-amz-buy-box-checker-users-manual/
URL หน้านโยบายความเป็นส่วนตัว http://www.shopswain.com/shopswain-amz-reviewer-finder-privacy-policy
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.10",
    "icons": {
        "16": "58901.png",
        "32": "58901.png",
        "48": "58901.png",
        "128": "58901.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Click here"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/amazon.com\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.com.mx\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.es\/*",
                "https:\/\/www.amazon.com.br\/*",
                "https:\/\/www.amazon.in\/*",
                "https:\/\/www.amazon.cn\/*",
                "https:\/\/www.amazon.co.jp\/*",
                "https:\/\/www.amazon.com.au\/*"
            ],
            "include_globs": [
                "*amazon*\/dp*\/*B?????????\/*",
                "*amazon*\/gp*\/*",
                "*amazon*\/dp*\/*",
                "*amazon*\/gp*\/*B?????????\/*"
            ],
            "js": [
                "iframePageContentScript.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "identity",
        "identity.email",
        "background",
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*.amazon.com\/*",
        "https:\/\/*.amazon.ca\/*",
        "https:\/\/*.amazon.com.mx\/*",
        "https:\/\/*.amazon.co.uk\/*",
        "https:\/\/*.amazon.fr\/*",
        "https:\/\/*.amazon.de\/*",
        "https:\/\/*.amazon.it\/*",
        "https:\/\/*.amazon.es\/*",
        "https:\/\/*.amazon.com.br\/*",
        "https:\/\/*.amazon.in\/*",
        "https:\/\/*.amazon.cn\/*",
        "https:\/\/*.amazon.co.jp\/*",
        "https:\/\/*.amazon.com.au\/*",
        "https:\/\/*.amazon.com.tr\/*",
        "https:\/\/*.amazon.com.sg\/*",
        "https:\/\/*.amazon.nl\/*",
        "https:\/\/mai.amazon.cn\/*"
    ]
}