Coinjay
Pay with bitcoin on Amazon.
Cos'è Coinjay?
Coinjay è un'estensione di Chrome sviluppata da https://coinjay.com, e la sua funzione principale è "Pay with bitcoin on Amazon.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Coinjay
Scarica i file di estensione Coinjay 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
A Chrome extension that lets you seamlessly pay with Bitcoin on Amazon. Just shop as you normally would. A "Pay with Bitcoin" option appears on the final checkout page.
Informazioni di Base sull'Estensione
Nome | Coinjay |
ID | caofapkfjgdhaphoohhgnajilfgcccnf |
URL Ufficiale | https://chromewebstore.google.com/detail/coinjay/caofapkfjgdhaphoohhgnajilfgcccnf |
Descrizione | Pay with bitcoin on Amazon. |
Dimensione del File | 46.54 KB |
Conteggio Installazioni | 14 |
Versione Corrente | 1.1.0.0 |
Ultimo Aggiornamento | 2015-07-07 |
Data di Pubblicazione | 2015-07-07 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | https://coinjay.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.coinjay.com |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Coinjay", "short_name": "Coinjay", "description": "Pay with bitcoin on Amazon.", "homepage_url": "http:\/\/www.coinjay.com", "version": "1.1.0.0", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "persistent": true, "scripts": [ "src\/background.js" ] }, "content_scripts": [ { "js": [ "js\/jquery.min.js", "src\/loop.js" ], "matches": [ "http:\/\/www.amazon.com\/*", "https:\/\/www.amazon.com\/*", "http:\/\/amazon.com\/*", "https:\/\/amazon.com\/*", "http:\/\/www.smile.amazon.com\/*", "https:\/\/www.smile.amazon.com\/*", "http:\/\/smile.amazon.com\/*", "https:\/\/smile.amazon.com\/*" ] } ], "icons": { "128": "icons\/128.png" } } |