Butter | Pay later shopping
A Butter browser extension
Co je Butter | Pay later shopping?
Butter | Pay later shopping je rozšíření Chrome vyvinuté Butter, a jeho hlavní funkcí je „A Butter browser extension“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Butter | Pay later shopping
Stáhněte si soubory rozšíření Butter | Pay later shopping ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
PAY IN INSTALMENTS ANYWHERE, ON YOUR COMPUTER! The Butter browser extension lets you split your online purchases into 2, 3, 4, 6 or 10 monthly instalments. Just like the Butter App. The Butter browser extension is seamlessly integrated with the Butter App and your Butter Account so your purchases can be managed through the App and by logging into your account. How to get started: INSTALL IN 1 CLICK. Add the free extension to your browser and you're ready to shop. SHOP ANYWHERE ONLINE. Browse your favourite stores and fill your shopping basket. SPREAD THE COST WITH BUTTER Use the Butter extension to split your purchase into instalments. Shop in any online store. Psst, It works for Microsoft Edge as well.
Základní Informace o Rozšíření
Název | |
ID | ofbpcdihekhfmohfhfhigfnhbngojcih |
Oficiální URL | https://chrome.google.com/webstore/detail/ofbpcdihekhfmohfhfhigfnhbngojcih |
Popis | A Butter browser extension |
Velikost souboru | 909 KB |
Počet instalací | 365 |
Aktuální Verze | 1.2.0 |
Poslední Aktualizace | 2023-04-04 |
Datum Vydání | 2021-07-11 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | Butter |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://butter.co.uk |
URL Stránky Nápovědy | https://intercom.help/butterholidays/en |
URL Stránky Zásad Ochrany Soukromí | https://intercom.help/butterholidays/en/articles/4038167-privacy-policy |
Podporované Jazyky | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Butter | Pay later shopping", "author": "Butter", "version": "1.2.0", "description": "A Butter browser extension", "icons": { "128": "assets\/icon-128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "tabs", "*:\/\/*\/*" ], "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_title": "Butter", "default_icon": "assets\/icon-48.png" }, "web_accessible_resources": [ "assets\/*.*", "assets\/fonts\/*.woff2" ], "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/*\/*" ] } ] } |