Coinjay

Pay with bitcoin on Amazon.

Wat is Coinjay?

Coinjay is een Chrome-extensie ontwikkeld door https://coinjay.com, en de belangrijkste functie is "Pay with bitcoin on Amazon.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Coinjay

Download Coinjay-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Coinjay Coinjay
ID caofapkfjgdhaphoohhgnajilfgcccnf
Officiële URL https://chromewebstore.google.com/detail/coinjay/caofapkfjgdhaphoohhgnajilfgcccnf
Beschrijving Pay with bitcoin on Amazon.
Bestandsgrootte 46.54 KB
Aantal Installaties 14
Huidige Versie 1.1.0.0
Laatst Bijgewerkt 2015-07-07
Publicatiedatum 2015-07-07
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://coinjay.com
Betalingswijze free
Extensiewebsite http://www.coinjay.com
Ondersteunde Talen 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"
    }
}