Amazon Shortcut

Amazon Shortcut

Amazon Shortcut là gì?

Amazon Shortcut là một tiện ích mở rộng Chrome được phát triển bởi https://superacos.com, và tính năng chính của nó là "Amazon Shortcut".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Amazon Shortcut

Tải xuống các tệp mở rộng Amazon Shortcut dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Amazon Shortcut Amazon Shortcut
ID glhocgojobicfbfhkfogolklpmknkeeh
URL Chính Thức https://chromewebstore.google.com/detail/amazon-shortcut/glhocgojobicfbfhkfogolklpmknkeeh
Mô tả Amazon Shortcut
Kích Thước Tệp 73.67 KB
Số Lần Cài Đặt 100
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2023-08-21
Ngày Phát Hành 2023-08-21
Nhà Phát Triển https://superacos.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://superacos.com/amazon-shortcut-%e9%9a%90%e7%a7%81%e6%94%bf%e7%ad%96.html
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}