Privacy | Protect Your Payments

Protect yourself from fraud and identity theft with disposable card numbers for use online

Privacy | Protect Your Paymentsคืออะไร?

Privacy | Protect Your Payments เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://privacy.com และคุณลักษณะหลักของมันคือ "Protect yourself from fraud and identity theft with disposable card numbers for use online"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Privacy | Protect Your Payments

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

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

                        Stop exposing your credit or debit card information and protect your online payments from hackers and fraudsters with Privacy. Join over 200,000+ users that have saved millions of dollars by using Privacy to mask your true bank account and card information online, and block unwanted charges and subscriptions.

Add the Privacy browser extension to quickly autofill unique, secure card numbers at any checkout pages where traditional credit and debit cards are accepted. No more needing to get up and fish for your wallet at inconvenient times. No more memorizing a dozen card numbers. Simply use the browser extension and checkout in one click.

With Privacy, you can:

🔒 Shield your true financial information: 

Privacy masks your debit card or bank account number to help protect you from card theft and fraud. Pay with greater privacy and security anytime.

⛔ Take control of your subscriptions:

Pause and close cards whenever you want, giving you complete control over who can charge your card and when.

💳 Create merchant-locked and one-time use cards: 

Our cards automatically “lock” to the first merchant they are used at, so if the merchant is ever breached, the card number can never be used anywhere else. You can also create one-time use cards that automatically close after a single transaction.

✍🏽 Take charge over your spending: 

Set customizable spending limits to prevent overcharging and block hidden fees. If a transaction goes over the limit, it will automatically be declined.

The security of our users’ personal information and data is critical to everything that we do at Privacy, and you can review our security policies at https://privacy.com/security.

Read about us in Wirecutter and Lifehacker!                    

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

ชื่อ Privacy | Protect Your Payments Privacy | Protect Your Payments
ID hmgpakheknboplhmlicfkkgjipfabmhp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/privacy-protect-your-paym/hmgpakheknboplhmlicfkkgjipfabmhp
คำอธิบาย Protect yourself from fraud and identity theft with disposable card numbers for use online
ขนาดไฟล์ 575 KB
จำนวนการติดตั้ง 131,404
เวอร์ชันปัจจุบัน 2.3.0
อัปเดตครั้งล่าสุด 2024-02-22
วันที่เผยแพร่ 2020-03-26
คะแนน 4.68/5 รวมทั้งหมด 470 คะแนน
ผู้พัฒนา https://privacy.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://privacy.com
URL หน้าช่วยเหลือ https://support.privacy.com/
URL หน้านโยบายความเป็นส่วนตัว https://privacy.com/terms
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Privacy | Protect Your Payments",
    "homepage_url": "https:\/\/privacy.com",
    "description": "Protect yourself from fraud and identity theft with disposable card numbers for use online",
    "version": "2.3.0",
    "icons": {
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "96": "icons\/icon-96.png",
        "128": "icons\/icon-128.png",
        "256": "icons\/icon-256.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.lithic.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "interstitial.html",
                "interstitial.js",
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Pay with Privacy",
        "default_icon": {
            "16": "icons\/toolbar-icon-16.png",
            "19": "icons\/toolbar-icon-19.png",
            "32": "icons\/toolbar-icon-32.png",
            "38": "icons\/toolbar-icon-38.png"
        }
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab"
    ]
}