Pay with BitPay
Spend crypto instantly
Qu'est-ce que Pay with BitPay ?
Pay with BitPay est une extension Chrome développée par https://bitpay.com, et sa fonction principale est "Spend crypto instantly".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pay with BitPay
Téléchargez les fichiers d'extension Pay with BitPay 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
Discover how to spend crypto instantly at more than 150+ major brands! Why HODL when you can cash out your crypto with brands like Amazon, Uber, DoorDash, Delta, and more! Click on the BitPay extension icon when you're on a website to see how you can use your crypto. Pay directly at checkout, or purchase and manage store credit through the app. We currently support the United States, Canada, Brazil, Japan, India, United Kingdom, EU countries and sites that serve global customers. ———————————————— By using this add-on, you agree to the BitPay Terms & Conditions available at https://bitpay.com/about/terms
Informations de Base sur l'Extension
Nom | Pay with BitPay |
ID | jkjgekcefbkpogohigkgooodolhdgcda |
URL Officiel | https://chromewebstore.google.com/detail/pay-with-bitpay/jkjgekcefbkpogohigkgooodolhdgcda |
Description | Spend crypto instantly |
Taille du Fichier | 925 KB |
Nombre d'Installations | 10,000 |
Version Actuelle | 1.8.3 |
Dernière Mise à Jour | 2023-10-24 |
Date de Publication | 2020-06-17 |
Évaluation | 4.67/5 Total 6 Évaluations |
Développeur | https://bitpay.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://bitpay.com |
URL de la Page d'Aide | https://bitpay.com/request-help/wizard |
URL de la Page de Politique de Confidentialité | https://bitpay.com/about/terms |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pay with BitPay", "version": "1.8.3", "icons": { "16": "assets\/icons\/favicon-16.png", "32": "assets\/icons\/favicon-32.png", "48": "assets\/icons\/favicon-48.png", "128": "assets\/icons\/favicon-128.png" }, "description": "Spend crypto instantly", "homepage_url": "https:\/\/github.com\/bitpay\/bitpay-browser-extension", "short_name": "Pay with BitPay", "permissions": [ "activeTab", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "default-src 'self' https:\/\/bitpay.com; base-uri 'self'; connect-src https:\/\/bitpay.com https:\/\/www.google-analytics.com; img-src https:\/\/gravatar.com https:\/\/*.wp.com https:\/\/bitpay.com; font-src https:\/\/fonts.gstatic.com; object-src 'self'; script-src 'self'; style-src 'self' https:\/\/fonts.googleapis.com\/ 'unsafe-inline'", "author": "bitpay", "minimum_chrome_version": "49", "browser_action": { "default_icon": { "16": "assets\/icons\/favicon-16.png", "32": "assets\/icons\/favicon-32.png", "48": "assets\/icons\/favicon-48.png", "128": "assets\/icons\/favicon-128.png" }, "default_title": "Pay with BitPay", "chrome_style": false }, "background": { "scripts": [ "js\/background.bundle.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/contentScript.bundle.js" ] } ], "web_accessible_resources": [ "popup.html" ] } |