Butter | Pay later shopping

A Butter browser extension

ما هو Butter | Pay later shopping؟

Butter | Pay later shopping هو إضافة Chrome تم تطويرها بواسطة Butter، والميزة الرئيسية لها هي "A Butter browser extension".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Butter | Pay later shopping

قم بتنزيل ملفات الامتداد Butter | Pay later shopping بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Butter | Pay later shopping Butter | Pay later shopping
ID ofbpcdihekhfmohfhfhigfnhbngojcih
عنوان URL الرسمي https://chrome.google.com/webstore/detail/ofbpcdihekhfmohfhfhigfnhbngojcih
الوصف A Butter browser extension
حجم الملف 909 KB
عدد التثبيتات 365
النسخة الحالية 1.2.0
آخر تحديث 2023-04-04
تاريخ النشر 2021-07-11
تقييم 5.00/5 مجموع تقييمات 3
المطور Butter
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://butter.co.uk
عنوان صفحة المساعدة https://intercom.help/butterholidays/en
عنوان صفحة سياسة الخصوصية https://intercom.help/butterholidays/en/articles/4038167-privacy-policy
اللغات المدعومة 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}