Amazon Assistant for Chrome

Amazon's official browser extension. By installing you agree to the Conditions of Use at amazon.co.uk/aa/TOU

什么是Amazon Assistant for Chrome?

Amazon Assistant for Chrome是由https://amazon.com开发的Chrome扩展程序,该扩展的主要功能是“Amazon's official browser extension. By installing you agree to the Conditions of Use at amazon.co.uk/aa/TOU”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Amazon Assistant for Chrome扩展crx文件

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

扩展使用说明

                        Amazon's official browser extension. By installing you agree to the Conditions of Use at amazon.com/aa/TOU

At Amazon, we’re always experimenting and evaluating the potential of our products. We have made the decision to discontinue Amazon Assistant as of March 28, 2023. From that date you will no longer be able to use Amazon Assistant. You will still have access on Amazon to Lists you’ve already created with Amazon Assistant, and the products you previously added from other sites will remain. We apologize for any inconvenience this decision may cause you.                    

扩展基本信息

名称 Amazon Assistant for Chrome Amazon Assistant for Chrome
ID pbjikboenpfhbbejgkoklgkhjpfogcam
官方URL https://chrome.google.com/webstore/detail/amazon-assistant-for-chro/pbjikboenpfhbbejgkoklgkhjpfogcam
简介 Amazon's official browser extension. By installing you agree to the Conditions of Use at amazon.co.uk/aa/TOU
文件大小 524 KB
安装次数 8,250,017
当前版本 10.2303.29.10312
更新时间 2023-04-28
上架时间 2020-06-17
评分 3.61/5 共3460次评分
开发者 https://amazon.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.amazon.com/assistant
帮助页面URL https://www.amazon.com/contact-us/
支持的语言 de,en,en-GB,en-US,fr,tr,es,es-419,it,pt-BR,zh-CN,ja
manifest.json
{
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "10.2303.29.10312",
    "background": {
        "persistent": true,
        "page": "static\/html\/extension.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications",
        "contextMenus"
    ],
    "browser_action": {
        "default_title": "__MSG_appTitle__",
        "default_icon": "static\/images\/asmile_16.png",
        "default_popup": "static\/html\/panel.html"
    },
    "icons": {
        "16": "static\/images\/asmile_16.png",
        "48": "static\/images\/asmile_48.png",
        "128": "static\/images\/asmile_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.cn\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.com.mx\/*",
                "*:\/\/*.amazon.com.br\/*",
                "*:\/\/*.amazon.com.tr\/*",
                "*:\/\/*.amazon.ae\/*",
                "*:\/\/*.amazon.com.au\/*"
            ],
            "js": [
                "js\/ubp\/extension\/contextual\/peer-scripts\/drivers\/chrome\/PageMessagingDriver.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "static\/html\/cookieProxy.html",
        "static\/js\/cookieProxy.js",
        "static\/html\/localProxy.html",
        "static\/js\/localProxy.js"
    ]
}