Coinjay
Pay with bitcoin on Amazon.
Vad är Coinjay?
Coinjay är en Chrome-tillägg utvecklad av https://coinjay.com, och dess huvudfunktion är "Pay with bitcoin on Amazon.".
Tilläggsskärmbilder
Ladda ner Coinjay-förlängningens CRX-fil
Ladda ner Coinjay-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | caofapkfjgdhaphoohhgnajilfgcccnf |
| Officiell webbadress | https://chromewebstore.google.com/detail/coinjay/caofapkfjgdhaphoohhgnajilfgcccnf |
| Beskrivning | Pay with bitcoin on Amazon. |
| Filstorlek | 46.54 KB |
| Antal Installationer | 14 |
| Aktuell Version | 1.1.0.0 |
| Senast Uppdaterad | 2015-07-07 |
| Publiceringsdatum | 2015-07-07 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | https://coinjay.com |
| Betalningssätt | free |
| Tilläggswebbplats | http://www.coinjay.com |
| Stödda Språk | 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"
}
} | |