ZenTrade
Search Amazon's trade-in store for hidden profits.
Cos'è ZenTrade?
ZenTrade è un'estensione di Chrome sviluppata da Zen Arbitrage, e la sua funzione principale è "Search Amazon's trade-in store for hidden profits.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ZenTrade
Scarica i file di estensione ZenTrade in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Search Amazon's trade-in store for hidden profits. Informazioni di Base sull'Estensione
| Nome | |
| ID | ebanldoidnfidfmfdklpjbmfidfclhcb |
| URL Ufficiale | https://chromewebstore.google.com/detail/zentrade/ebanldoidnfidfmfdklpjbmfidfclhcb |
| Descrizione | Search Amazon's trade-in store for hidden profits. |
| Dimensione del File | 608 KB |
| Conteggio Installazioni | 1,218 |
| Versione Corrente | 2.0.4 |
| Ultimo Aggiornamento | 2023-08-18 |
| Data di Pubblicazione | 2020-06-15 |
| Valutazione | 2.33/5 Totale 3 Valutazioni |
| Sviluppatore | Zen Arbitrage |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.zenarbitrage.co/ |
| URL della Pagina della Politica sulla Privacy | https://www.zenarbitrage.co/optin1591157726581 |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Peter Valley",
"name": "ZenTrade",
"description": "Search Amazon's trade-in store for hidden profits.",
"version": "2.0.4",
"manifest_version": 3,
"icons": {
"128": "src\/img\/icon2.png"
},
"background": {
"service_worker": "src\/js\/background.js"
},
"action": {
"default_popup": "src\/html\/popup.html",
"default_title": "Zen Trade Settings"
},
"commands": {
"advance": {
"suggested_key": {
"windows": "Ctrl+Shift+Y",
"mac": "Command+Shift+Y",
"chromeos": "Ctrl+Shift+U",
"linux": "Ctrl+Shift+J"
},
"description": "Move forward one page"
}
},
"content_scripts": [
{
"matches": [
"https:\/\/www.amazon.com\/*"
],
"css": [
"src\/css\/swag.css"
],
"js": [
"src\/js\/jquery-3.1.1.min.js",
"src\/js\/parser.js",
"src\/js\/pageUtils.js",
"src\/js\/priceAlerts.js",
"src\/js\/buy.js",
"src\/js\/asin.js",
"src\/js\/zentrade.js",
"src\/js\/config.js",
"src\/js\/rollbar.min.js",
"src\/js\/zen-x-calculation.js",
"src\/js\/x-cal-asin.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"src\/img\/*",
"src\/sound\/*"
],
"matches": [
"*:\/\/www.amazon.com\/*",
"*:\/\/www.amazon.com.br\/*",
"*:\/\/www.amazon.ca\/*",
"*:\/\/www.amazon.com.mx\/*",
"*:\/\/www.amazon.cn\/*",
"*:\/\/www.amazon.in\/*",
"*:\/\/www.amazon.co.jp\/*",
"*:\/\/www.amazon.sg\/*",
"*:\/\/www.amazon.com.tr\/*",
"*:\/\/www.amazon.ae\/*",
"*:\/\/www.amazon.fr\/*",
"*:\/\/www.amazon.de\/*",
"*:\/\/www.amazon.it\/*",
"*:\/\/www.amazon.nl\/*",
"*:\/\/www.amazon.es\/*",
"*:\/\/www.amazon.co.uk\/*",
"*:\/\/www.amazon.com.au\/*"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/fonts.googleapis.com\/*",
"https:\/\/api.rollbar.com\/"
]
} | |