Butter | Pay later shopping

A Butter browser extension

Qu'est-ce que Butter | Pay later shopping ?

Butter | Pay later shopping est une extension Chrome développée par Butter, et sa fonction principale est "A Butter browser extension".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Butter | Pay later shopping

Téléchargez les fichiers d'extension Butter | Pay later shopping au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Butter | Pay later shopping Butter | Pay later shopping
ID ofbpcdihekhfmohfhfhigfnhbngojcih
URL Officiel https://chrome.google.com/webstore/detail/ofbpcdihekhfmohfhfhigfnhbngojcih
Description A Butter browser extension
Taille du Fichier 909 KB
Nombre d'Installations 365
Version Actuelle 1.2.0
Dernière Mise à Jour 2023-04-04
Date de Publication 2021-07-11
Évaluation 5.00/5 Total 3 Évaluations
Développeur Butter
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://butter.co.uk
URL de la Page d'Aide https://intercom.help/butterholidays/en
URL de la Page de Politique de Confidentialité https://intercom.help/butterholidays/en/articles/4038167-privacy-policy
Langues Prises en Charge 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}