Strike: Bitcoin & Payments

Send, Receive, Invest, Bitcoin

Strike: Bitcoin & Paymentsคืออะไร?

Strike: Bitcoin & Payments เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://strike.me และคุณลักษณะหลักของมันคือ "Send, Receive, Invest, Bitcoin"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Strike: Bitcoin & Payments

ดาวน์โหลดไฟล์ส่วนขยาย Strike: Bitcoin & Payments ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        WHAT DO PEOPLE USE STRIKE FOR?
Strike is used to buy and sell bitcoin, get paid in bitcoin, tip on the web, send and receive micropayments, remit money, pay merchants for goods and services, and make payments with friends.

BUY, SELL, DOLLAR COST AVERAGE
Strike is the easiest way to buy bitcoin. Strike makes buying simple and cheap: link a payment method and you're a few clicks away from making your first purchase. Set up recurring purchases hourly, daily, weekly, or monthly and get started by buying as little as $0.50.

CONVERT YOUR PAYCHECK 
Time is money. Convert the time you spend working into money that works for you. With Strike you can convert any percent of your paycheck, tax return, unemployment benefits, and more into bitcoin for no added fees using your account and routing number. The portion you specify will automatically be converted into bitcoin and accessible within Strike.

CHEAP AND FAST REMITTANCE PAYMENTS
Send funds anywhere in the world in seconds with no added fees. Goodbye TransferWise. Goodbye Western Union.


Still reading? Check this out.

We're more than just a payment app.

• We've got your back—security is a top priority for us, and we are driven to ensure you feel safe and secure when using Strike.
• Supporting our users matters. Our customer support team is standing by to answer your questions.
We’re here to help, always.

Custody of your funds and cryptocurrency trading are offered through Prime Trust, LLC. Your cryptocurrency is not protected by FDIC deposit insurance protection. All investments involve risk, including the possible loss of principal.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Strike: Bitcoin & Payments Strike: Bitcoin & Payments
ID ddlakobiikmpnaeakgbdeodclnmiablf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/strike-bitcoin-payments/ddlakobiikmpnaeakgbdeodclnmiablf
คำอธิบาย Send, Receive, Invest, Bitcoin
ขนาดไฟล์ 11.07 MB
จำนวนการติดตั้ง 19,400
เวอร์ชันปัจจุบัน 1.21.3
อัปเดตครั้งล่าสุด 2023-06-07
วันที่เผยแพร่ 2020-07-03
คะแนน 3.16/5 รวมทั้งหมด 43 คะแนน
ผู้พัฒนา http://strike.me
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://strike.me/
URL หน้าช่วยเหลือ https://strike.me/faq
URL หน้านโยบายความเป็นส่วนตัว https://strike.me/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Strike: Bitcoin & Payments",
    "version": "1.21.3",
    "manifest_version": 3,
    "description": "Send, Receive, Invest, Bitcoin",
    "homepage_url": "https:\/\/strike.me\/",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "background\/background.js"
    },
    "action": {
        "default_icon": "icons\/icon-19.png",
        "default_title": "Strike",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "notifications",
        "privacy"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content\/content.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.strike.me\/*"
            ],
            "js": [
                "content\/strike-website.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; style-src 'self' 'unsafe-inline'; object-src 'none'; connect-src 'self' https:\/\/*.bugsnag.com https:\/\/www.google-analytics.com https:\/\/firebaseremoteconfig.googleapis.com https:\/\/firebase.googleapis.com https:\/\/api.zaphq.io https:\/\/api.dev.zaphq.io https:\/\/api.stage.zaphq.io https:\/\/api.next.zaphq.io https:\/\/firebaseinstallations.googleapis.com https:\/\/fcmregistrations.googleapis.com; img-src 'self' data: https:\/\/strike-stage-avatars.storage.googleapis.com https:\/\/strike-next-avatars.storage.googleapis.com https:\/\/strike-dev-avatars.storage.googleapis.com https:\/\/strike-avatars.storage.googleapis.com https:\/\/avatars.dev.strike.me https:\/\/avatars.next.strike.me https:\/\/avatars.stage.strike.me https:\/\/avatars.strike.me;"
    }
}