Bulk Amazon authorization

Bulk Amazon authorization query @author 刘大白

什么是Bulk Amazon authorization?

Bulk Amazon authorization是由刘大白开发的Chrome扩展程序,该扩展的主要功能是“Bulk Amazon authorization query @author 刘大白”。

扩展截图

screenshot
screenshot

下载Bulk Amazon authorization扩展crx文件

下载Bulk Amazon authorization扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        亚马逊批量授权查询,需要打开https://sellercentral.amazon.com/product-search?ref=xx_catadd_dnav_xx  才能使用 ,支持批量查询,批量导出,价格判断,可申请asin导出                    

扩展基本信息

名称 Bulk Amazon authorization Bulk Amazon authorization
ID olakghdchdgoibhfibdhboaenegfagfa
官方URL https://chromewebstore.google.com/detail/bulk-amazon-authorization/olakghdchdgoibhfibdhboaenegfagfa
简介 Bulk Amazon authorization query @author 刘大白
文件大小 3.24 MB
安装次数 293
当前版本 3.1.8
更新时间 2023-02-02
上架时间 2021-07-26
评分 5.00/5 共2次评分
开发者 刘大白
电子邮箱 [email protected]
付费类型 free
扩展官网 https://amzoahelper.com/
隐私政策页面URL https://rebatescash.com/privacy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "3.1.8",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "action": {
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.js",
                "js\/contentScript.js"
            ],
            "css": [
                "css\/materialdesignicons.min.css",
                "css\/contentScript.css"
            ],
            "run_at": "document_idle",
            "all_frames": true,
            "matches": [
                "*:\/\/sellercentral.amazon.com\/product*",
                "*:\/\/sellercentral.amazon.com\/product*",
                "*:\/\/sellercentral.amazon.co.jp\/product*",
                "*:\/\/sellercentral.amazon.co.uk\/product*",
                "*:\/\/sellercentral.amazon.co.de\/\/product*",
                "*:\/\/sellercentral.amazon.fr\/product*",
                "*:\/\/sellercentral.amazon.it\/product*",
                "*:\/\/sellercentral.amazon.es\/product*",
                "*:\/\/sellercentral.amazon.ca\/product*",
                "*:\/\/sellercentral.amazon.com.mx\/product*",
                "*:\/\/sellercentral.amazon.com.au\/product*",
                "*:\/\/sellercentral.amazon.in\/product*",
                "*:\/\/sellercentral.amazon.sa\/product*",
                "*:\/\/sellercentral.amazon.ae\/product*",
                "*:\/\/sellercentral.amazon.eg\/product*",
                "*:\/\/sellercentral.amazon.sg\/product*",
                "*:\/\/sellercentral.amazon.com.tr\/product*",
                "*:\/\/sellercentral.amazon.com.br\/product*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/sellercentral.amazon.com\/product*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self';  object-src 'none'"
    }
}