Amazon Shortcut

Amazon Shortcut

What is Amazon Shortcut?

Amazon Shortcut is a Chrome extension developed by https://superacos.com, and its main feature is "Amazon Shortcut".

Extension Screenshots

screenshot

Download Amazon Shortcut Extension CRX File

Download Amazon Shortcut extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        针对亚马逊网站的插件,安装后在亚马逊Listing详情页可一键跳转至商品所在分类的New Release页面,帮助亚马逊卖家提高运营效率。                    

Extension Basic Information

Name Amazon Shortcut Amazon Shortcut
ID glhocgojobicfbfhkfogolklpmknkeeh
Official URL https://chromewebstore.google.com/detail/amazon-shortcut/glhocgojobicfbfhkfogolklpmknkeeh
Description Amazon Shortcut
File Size 73.67 KB
Installation Count 100
Current Version 0.0.2
Last Updated 2023-08-21
Publish Date 2023-08-21
Developer https://superacos.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://superacos.com/amazon-shortcut-%e9%9a%90%e7%a7%81%e6%94%bf%e7%ad%96.html
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Amazon Shortcut",
    "description": "Amazon Shortcut",
    "version": "0.0.2",
    "action": {
        "default_icon": {
            "16": "statics\/imgs\/skip_16.png",
            "48": "statics\/imgs\/skip_48.png",
            "128": "statics\/imgs\/skip_128.png"
        }
    },
    "content_security_policy": {
        "extension_pages": "style-src 'self' 'unsafe-inline';script-src 'self'; object-src 'self' ;",
        "sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self' "
    },
    "host_permissions": [
        "https:\/\/www.amazon.com\/",
        "https:\/\/www.amazon.com\/*",
        "https:\/\/www.amazon.ca\/*",
        "https:\/\/www.amazon.com.mx\/*",
        "https:\/\/www.amazon.co.uk\/*",
        "https:\/\/www.amazon.de\/*",
        "https:\/\/www.amazon.fr\/*",
        "https:\/\/www.amazon.it\/*",
        "https:\/\/www.amazon.es\/*",
        "https:\/\/www.amazon.nl\/*",
        "https:\/\/www.amazon.pl\/*",
        "https:\/\/www.amazon.se\/*",
        "https:\/\/www.amazon.co.jp\/*",
        "https:\/\/www.amazon.com.au\/*",
        "https:\/\/www.amazon.in\/*",
        "https:\/\/amazon.sa\/*",
        "https:\/\/www.amazon.ae\/*",
        "https:\/\/www.amazon.com.tr\/*",
        "https:\/\/www.amazon.sg\/*",
        "https:\/\/www.amazon.com.br\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/index.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/statics\/imgs\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}