BLAST for Seller Central

Override the merchant picker on Seller Central with an enhanced picker mode

BLAST for Seller Centralคืออะไร?

BLAST for Seller Central เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Prime Now Seller Tools Team และคุณลักษณะหลักของมันคือ "Override the merchant picker on Seller Central with an enhanced picker mode"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BLAST for Seller Central

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

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

                        Overrides the default merchant picking experience in Amazon Seller Central to support quickly searching across merchants for which you are authorized, allowing you to filter merchant accounts based on name, location, etc.

Note: Currently, only Prime Now merchants will have postal code, city, store name, etc. in the search results. Non-Prime Now merchants will have only the merchant ID.                    

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

ชื่อ BLAST for Seller Central BLAST for Seller Central
ID kpbgpgggmddninmpdgcahpidfkdifdbg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/blast-for-seller-central/kpbgpgggmddninmpdgcahpidfkdifdbg
คำอธิบาย Override the merchant picker on Seller Central with an enhanced picker mode
ขนาดไฟล์ 127 KB
จำนวนการติดตั้ง 122
เวอร์ชันปัจจุบัน 0.0.6
อัปเดตครั้งล่าสุด 2021-01-27
วันที่เผยแพร่ 2019-07-23
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Prime Now Seller Tools Team
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ de,en,en-GB,fr,es,it,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "BLAST",
    "version": "0.0.6",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "https:\/\/*.amazon.com\/"
    ],
    "commands": {
        "toggle-enhanced-merchant-picker": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "Show the Enhanced Merchant Picker"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/sellercentral.amazon.com\/*",
                "https:\/\/sellercentral-europe.amazon.com\/*",
                "https:\/\/sellercentral.amazon.co.uk\/*",
                "https:\/\/sellercentral.amazon.fr\/*",
                "https:\/\/sellercentral.amazon.it\/*",
                "https:\/\/sellercentral.amazon.es\/*",
                "https:\/\/sellercentral.amazon.de\/*",
                "https:\/\/sellercentral.amazon.co.uk\/*",
                "https:\/\/sellercentral-japan.amazon.com\/*",
                "https:\/\/sellercentral.amazon.co.jp\/*"
            ],
            "exclude_matches": [
                "*:\/\/*\/*signin*"
            ],
            "css": [
                "\/css\/content.css"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/content.js"
            ]
        }
    ]
}