Pepper | Shopping with Savings

Don’t look for discounts anymore! Pepper finds the best ones for you.

Pepper | Shopping with Savings란 무엇입니까?

Pepper | Shopping with Savings은(는) https://pepper.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Don’t look for discounts anymore! Pepper finds the best ones for you."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Pepper | Shopping with Savings 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        🛍 YOUR SHOPPING ASSISTANT
Browse your favorite stores, and shop as usual.
The extension will alert you as soon as a discount or a good deal is available on our partner stores.


🔥 HOTTEST DEALS FROM OUR COMMUNITY
Top deals from the Hotukdeals community at your fingertips!
Access the best deals and freebies from diverse retailers in a click, all shared by our savvy shopper community.


✨  AUTOMATIC TEST OF COUPONS
No need to search for discounts on the internet anymore!
As soon as you are on a shopping cart page, the GSG extension will automatically test all available coupons and apply the best. 


✅ YOUR PRIVACY
Hotukdeals only identifies partner website URLs to offer you discounts when you make purchases.
For more information please visit our Privacy Policy: 
- https://www.pepper.pl/privacy-policy
- https://nl.pepper.com/privacy-policy

We will never collect your addresses, transactions, balances or any other personal information.

We will never sell your data to anyone.

Cookies settings

Analytical cookies are used to understand how visitors interact with the extension: Number of visitors, traffic source, etc. You can always change or withdraw your consent from the settings page. For more information please visit our Cookie Policy:
- https://www.pepper.pl/cookies-policy
- https://nl.pepper.com/cookiebeleid                    

확장 프로그램 기본 정보

이름 Pepper | Shopping with Savings Pepper | Shopping with Savings
ID bencobnblhoiacjofkgcnebancoikofo
공식 URL https://chromewebstore.google.com/detail/pepper-shopping-with-savi/bencobnblhoiacjofkgcnebancoikofo
설명 Don’t look for discounts anymore! Pepper finds the best ones for you.
파일 크기 1.32 MB
설치 횟수 10,000
현재 버전 1.2.4
최근 업데이트 2024-02-21
출시 날짜 2023-10-03
평점 4.25/5 총 16 개의 평점
개발자 https://pepper.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.pepper.com
도움말 페이지 URL https://www.pepper.pl/faq
개인정보 보호 정책 페이지 URL https://www.pepper.pl/privacy-policy
지원되는 언어 en,nl,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG__extensionName__",
    "description": "__MSG__extensionDescription__",
    "version": "1.2.4",
    "default_locale": "en",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "public\/icons\/icon.png",
        "48": "public\/icons\/icon.png",
        "128": "public\/icons\/icon.png"
    },
    "permissions": [
        "alarms",
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "injection.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "\/public\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}