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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://amazon.com, και η κύρια λειτουργία του είναι "Amazon's official browser extension. By installing you agree to the Conditions of Use at amazon.co.uk/aa/TOU".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Amazon Assistant for Chrome
Λήψη αρχείων επέκτασης 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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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" ] } |