Pay with BitPay
Spend crypto instantly
Pay with BitPay란 무엇입니까?
Pay with BitPay은(는) https://bitpay.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Spend crypto instantly"입니다.
확장 프로그램 스크린샷
Pay with BitPay 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | Pay with BitPay |
ID | jkjgekcefbkpogohigkgooodolhdgcda |
공식 URL | https://chromewebstore.google.com/detail/pay-with-bitpay/jkjgekcefbkpogohigkgooodolhdgcda |
설명 | Spend crypto instantly |
파일 크기 | 925 KB |
설치 횟수 | 10,000 |
현재 버전 | 1.8.3 |
최근 업데이트 | 2023-10-24 |
출시 날짜 | 2020-06-17 |
평점 | 4.67/5 총 6 개의 평점 |
개발자 | https://bitpay.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://bitpay.com |
도움말 페이지 URL | https://bitpay.com/request-help/wizard |
개인정보 보호 정책 페이지 URL | https://bitpay.com/about/terms |
지원되는 언어 | 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" ] } |