Coinjay
Pay with bitcoin on Amazon.
Qu'est-ce que Coinjay ?
Coinjay est une extension Chrome développée par https://coinjay.com, et sa fonction principale est "Pay with bitcoin on Amazon.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Coinjay
Téléchargez les fichiers d'extension Coinjay au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Coinjay |
ID | caofapkfjgdhaphoohhgnajilfgcccnf |
URL Officiel | https://chromewebstore.google.com/detail/coinjay/caofapkfjgdhaphoohhgnajilfgcccnf |
Description | Pay with bitcoin on Amazon. |
Taille du Fichier | 46.54 KB |
Nombre d'Installations | 14 |
Version Actuelle | 1.1.0.0 |
Dernière Mise à Jour | 2015-07-07 |
Date de Publication | 2015-07-07 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | https://coinjay.com |
Type de Paiement | free |
Site Web de l'Extension | http://www.coinjay.com |
Langues Prises en Charge | 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" } } |