Butter | Pay later shopping
A Butter browser extension
Butter | Pay later shopping란 무엇입니까?
Butter | Pay later shopping은(는) Butter에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Butter browser extension"입니다.
확장 프로그램 스크린샷
Butter | Pay later shopping 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.
확장 프로그램 기본 정보
이름 | |
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 |
도움말 페이지 URL | https://intercom.help/butterholidays/en |
개인정보 보호 정책 페이지 URL | 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": [ "*:\/\/*\/*" ] } ] } |