Zip - Buy now, pay later
Zip - Buy now, pay later
Zip - Buy now, pay later क्या है?
Zip - Buy now, pay later zip.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Zip - Buy now, pay later"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Zip - Buy now, pay later एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'" } |