Zip - Buy now, pay later

Zip - Buy now, pay later

ما هو Zip - Buy now, pay later؟

Zip - Buy now, pay later هو إضافة Chrome تم تطويرها بواسطة zip.co، والميزة الرئيسية لها هي "Zip - Buy now, pay later".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Zip - Buy now, pay later

قم بتنزيل ملفات الامتداد Zip - Buy now, pay later بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Zip - Buy now, pay later Zip - Buy now, pay later
ID dkkdfcaobnllnfehnnhhbaekehgiadbi
عنوان URL الرسمي https://chrome.google.com/webstore/detail/zip-buy-now-pay-later/dkkdfcaobnllnfehnnhhbaekehgiadbi
الوصف Zip - Buy now, pay later
حجم الملف 3.9 MB
عدد التثبيتات 5,849
النسخة الحالية 2.16.0
آخر تحديث 2022-08-21
تاريخ النشر 2021-03-18
تقييم 4.33/5 مجموع تقييمات 6
المطور zip.co
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://zip.co
عنوان صفحة المساعدة https://help.zip.co/hc/en-us
عنوان صفحة سياسة الخصوصية https://zip.co/page/privacy
اللغات المدعومة 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'"
}