BLAST for Seller Central

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

BLAST for Seller Central란 무엇입니까?

BLAST for Seller Central은(는) Prime Now Seller Tools Team에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Override the merchant picker on Seller Central with an enhanced picker mode"입니다.

확장 프로그램 스크린샷

screenshot

BLAST for Seller Central 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}