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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.
확장 프로그램 기본 정보
이름 | |
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 |
도움말 페이지 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'" } |