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"입니다.
확장 프로그램 스크린샷
Amazon Assistant for Chrome 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
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" ] } |