Zip buy now, pay later

Split any purchase into 4 equal installments anywhere you shop with Zip!

Zip buy now, pay laterคืออะไร?

Zip buy now, pay later เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://quadpay.com และคุณลักษณะหลักของมันคือ "Split any purchase into 4 equal installments anywhere you shop with Zip!"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zip buy now, pay later

ดาวน์โหลดไฟล์ส่วนขยาย Zip buy now, pay later ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Buy the products you want today, and pay for the purchase over 6 weeks — with zero interest or hidden fees.

Zip gives savvy shoppers more freedom and flexibility with our buy now, pay later platform. And now you can Zip anywhere on the web with Zip for Chrome.

🛍 PAY LATER EVERYWHERE YOU SHOP
And get approved instantly, with no application forms or hassle.

4️⃣ SPLIT ANY PURCHASE IN 4
Pay in four interest-free installments over six weeks at your favorite stores.

✅ THE SMART ALTERNATIVE TO CREDIT
No hard credit checks, and no impact on your credit score — ever. We’ll let you know when installments are due so you’re on top of every payment.

How it works:
 
1) Shop your favorite brands
Add products to your cart, then use the extension to split your payment in 4.

2) Confirm purchase amount
Make sure your cart amount matches your payment request.

3) Complete payment
We’ll autofill your payment info so you can check out in seconds.                    

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

ชื่อ Zip buy now, pay later Zip buy now, pay later
ID liindccgkpdcafeceonflfdmkjhijapj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zip-buy-now-pay-later/liindccgkpdcafeceonflfdmkjhijapj
คำอธิบาย Split any purchase into 4 equal installments anywhere you shop with Zip!
ขนาดไฟล์ 3.1 MB
จำนวนการติดตั้ง 60,308
เวอร์ชันปัจจุบัน 1.19.0
อัปเดตครั้งล่าสุด 2023-10-12
วันที่เผยแพร่ 2020-11-15
คะแนน 3.76/5 รวมทั้งหมด 49 คะแนน
ผู้พัฒนา https://quadpay.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://help.zip.co/hc/en-us/categories/360004759111-Zip-Chrome-Extension
URL หน้านโยบายความเป็นส่วนตัว https://www.quadpay.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zip buy now, pay later",
    "short_name": "ZIPEXT",
    "description": "Split any purchase into 4 equal installments anywhere you shop with Zip!",
    "version": "1.19.0",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content-bundled.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "match_about_blank": true,
            "all_frames": true,
            "js": [
                "frame-bundled.js",
                "799-bundled.js",
                "ajs-destination-bundled.js",
                "legacyVideos-bundled.js",
                "middleware-bundled.js",
                "queryString-bundled.js",
                "remoteMiddleware-bundled.js",
                "schemaFilter-bundled.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "assets\/*"
    ],
    "background": {
        "scripts": [
            "background-bundled.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Zip"
    },
    "icons": {
        "16": "assets\/purple-rhombus16.png",
        "48": "assets\/purple-rhombus48.png",
        "128": "assets\/purple-rhombus128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/cdn.segment.com\/ https:\/\/api.fillr.com\/; object-src 'self'"
}