Zip - Buy now, pay later

Zip - Buy now, pay later

Zip - Buy now, pay later là gì?

Zip - Buy now, pay later là một tiện ích mở rộng Chrome được phát triển bởi zip.co, và tính năng chính của nó là "Zip - Buy now, pay later".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Zip - Buy now, pay later

Tải xuống các tệp mở rộng Zip - Buy now, pay later dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Browser extension for Zip.co

Buy now, pay later online with Zip, everywhere Visa is accepted.*

With the Zip for Chrome desktop extension, you can shop at all your favourite online stores online and pay later with Zip, even when Zip isn’t offered as a payment option at checkout. 

The extension will let you know when a site accepts Zip. And if it doesn’t, it creates a virtual card that securely links to your Zip account. 

Download for free, install in two clicks, and get Zipping! 

Apply for Zip account now @ https://zip.co

*Card T&CSs apply.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Zip - Buy now, pay later Zip - Buy now, pay later
ID dkkdfcaobnllnfehnnhhbaekehgiadbi
URL Chính Thức https://chrome.google.com/webstore/detail/zip-buy-now-pay-later/dkkdfcaobnllnfehnnhhbaekehgiadbi
Mô tả Zip - Buy now, pay later
Kích Thước Tệp 3.9 MB
Số Lần Cài Đặt 5,849
Phiên Bản Hiện Tại 2.16.0
Cập Nhật Lần Cuối 2022-08-21
Ngày Phát Hành 2021-03-18
Đánh Giá 4.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển zip.co
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://zip.co
URL Trang Trợ Giúp https://help.zip.co/hc/en-us
URL Trang Chính Sách Bảo Mật https://zip.co/page/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zip - Buy now, pay later",
    "short_name": "ZipExt",
    "description": "Zip - Buy now, pay later",
    "version": "2.16.0",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content-bundled.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "popup.js",
        "assets\/**\/*"
    ],
    "background": {
        "scripts": [
            "background-bundled.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "ZipCo",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "https:\/\/*.zip.co\/*\/*"
    ],
    "icons": {
        "16": "assets\/zip_icon16.png",
        "48": "assets\/zip_icon48.png",
        "128": "assets\/zip_icon128.png"
    },
    "content_security_policy": "script-src 'self' 'sha256-SfWe+c8GQX\/hX3XuBMo2\/UVyZi2ZX+J6Yx42boQpMKs=' https:\/\/js-agent.newrelic.com https:\/\/bam-cell.nr-data.net; object-src 'self'"
}