BeFrugal: Automatic Coupons and Cash Back

Automatically apply coupons and cash back at thousands of your favorite stores!

BeFrugal: Automatic Coupons and Cash Back란 무엇입니까?

BeFrugal: Automatic Coupons and Cash Back은(는) https://www.befrugal.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically apply coupons and cash back at thousands of your favorite stores!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

BeFrugal: Automatic Coupons and Cash Back 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        When shopping online, BeFrugal alerts you when you are visiting a store that offers coupons or cash back. During check out, it automatically applies the best combination of coupon codes and activates cash back - delivering great savings to you.
 
---------------------------------------------------------------------------
 
By using this extension, you agree to the BeFrugal Terms & Conditions and EULA available at
https://www.befrugal.com/termsandconditions/ and
https://www.befrugal.com/toolbar/eula.txt                    

확장 프로그램 기본 정보

이름 BeFrugal: Automatic Coupons and Cash Back BeFrugal: Automatic Coupons and Cash Back
ID logldmlncddmdfcjaaljjjkajcnacigc
공식 URL https://chromewebstore.google.com/detail/befrugal-automatic-coupon/logldmlncddmdfcjaaljjjkajcnacigc
설명 Automatically apply coupons and cash back at thousands of your favorite stores!
파일 크기 1.64 MB
설치 횟수 259,244
현재 버전 2024.6.55.0
최근 업데이트 2024-01-23
출시 날짜 2020-06-09
평점 4.81/5 총 1603 개의 평점
개발자 https://www.befrugal.com
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://www.befrugal.com/ContactUs/?category=16
개인정보 보호 정책 페이지 URL https://www.befrugal.com/help/privacypolicy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BeFrugal: Automatic Coupons and Cash Back",
    "short_name": "BeFrugal",
    "description": "Automatically apply coupons and cash back at thousands of your favorite stores!",
    "version": "2024.6.55.0",
    "background": {
        "service_worker": "js\/shoptoolbar.js"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        "scripting",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "optional_permissions": [
        "management"
    ],
    "icons": {
        "16": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/purify.min.js",
                "js\/contentscript.js",
                "js\/autoApplyPrefs.js",
                "js\/documentAccess.js",
                "js\/autoApplyContent.js",
                "js\/showCouponsContent.js",
                "js\/cashbackInjection.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "AutoApplyResources\/*",
                "animations\/badgeIcons\/*",
                "animations\/checkmark\/*",
                "instructionImages\/*",
                "notifybar\/images\/*",
                "disable\/*",
                "ratepopup\/*",
                "fonts\/*",
                "toast_icon.png",
                "search_icon.png",
                "banner_next.png",
                "banner_prev.png",
                "disableExtensionsPage.html",
                "settingsPage.html",
                "up-arrow.png",
                "chrome-arrow.png",
                "chrome-arrow-small.png",
                "skin\/go.png",
                "icon48.png",
                "icon128.png",
                "icon_cb.png",
                "logoTextIcon.png",
                "grey_icon48.png",
                "scrollbar.js",
                "scrollbar.css",
                "js\/newToast.js",
                "js\/notifybar.js",
                "settings\/settings.html",
                "settings\/searchSites.html",
                "images\/gears_normal.png",
                "images\/gears_mouseover.png",
                "images\/settings_dots.png",
                "nouns.json"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_icon": "grey_icon48.png",
        "default_title": "BeFrugal",
        "default_popup": "popup.html"
    },
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts script-src 'self' https:\/\/www.befrugal.com; object-src 'self';"
    }
}