Zip - Buy now, pay later

Zip - Buy now, pay later

什麼是Zip - Buy now, pay later?

Zip - Buy now, pay later是由zip.co開發的Chrome擴展程式,該擴展的主要功能是“Zip - Buy now, pay later”。

擴展截圖

screenshot
screenshot

下載Zip - Buy now, pay later擴展crx文件

下載Zip - Buy now, pay later擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
說明頁面URL https://help.zip.co/hc/en-us
隱私政策頁面URL 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'"
}