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」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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'" } |