Butter | Pay later shopping

A Butter browser extension

Cos'è Butter | Pay later shopping?

Butter | Pay later shopping è un'estensione di Chrome sviluppata da Butter, e la sua funzione principale è "A Butter browser extension".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Butter | Pay later shopping

Scarica i file di estensione Butter | Pay later shopping in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Butter | Pay later shopping Butter | Pay later shopping
ID ofbpcdihekhfmohfhfhigfnhbngojcih
URL Ufficiale https://chrome.google.com/webstore/detail/ofbpcdihekhfmohfhfhigfnhbngojcih
Descrizione A Butter browser extension
Dimensione del File 909 KB
Conteggio Installazioni 365
Versione Corrente 1.2.0
Ultimo Aggiornamento 2023-04-04
Data di Pubblicazione 2021-07-11
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Butter
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://butter.co.uk
URL della Pagina di Aiuto https://intercom.help/butterholidays/en
URL della Pagina della Politica sulla Privacy https://intercom.help/butterholidays/en/articles/4038167-privacy-policy
Lingue Supportate 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}