Butter | Pay later shopping
A Butter browser extension
O que é Butter | Pay later shopping?
Butter | Pay later shopping é uma extensão do Chrome desenvolvida por Butter, e sua principal característica é "A Butter browser extension".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Butter | Pay later shopping
Baixe arquivos de extensão Butter | Pay later shopping no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | ofbpcdihekhfmohfhfhigfnhbngojcih |
URL Oficial | https://chrome.google.com/webstore/detail/ofbpcdihekhfmohfhfhigfnhbngojcih |
Descrição | A Butter browser extension |
Tamanho do Arquivo | 909 KB |
Contagem de Instalações | 365 |
Versão Atual | 1.2.0 |
Última Atualização | 2023-04-04 |
Data de Publicação | 2021-07-11 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | Butter |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://butter.co.uk |
URL da Página de Ajuda | https://intercom.help/butterholidays/en |
URL da Página de Política de Privacidade | https://intercom.help/butterholidays/en/articles/4038167-privacy-policy |
Idiomas Suportados | 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": [ "*:\/\/*\/*" ] } ] } |