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ファイルをダウンロード

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
Eメール [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"
            ]
        }
    ]
}