Rebates

Join Rebates, A Money-Saving Website Curated Just For Your Shopping Needs!

Rebates란 무엇입니까?

Rebates은(는) developers에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Join Rebates, A Money-Saving Website Curated Just For Your Shopping Needs!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Rebates 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Are you tired of cutting coupons or spending hours looking for the best deal? rebates.com automatically does the grunt work for you! rebates.com makes the online shopping experience easier and more enjoyable with instant cashback and coupon opportunities.

💸 The rebates.com chrome extension allows users to uncover deals on their favorite eCommerce site. Also, it's 100% free, and signing up takes only a couple of clicks!

To install the rebates.com chrome extension:
1️⃣ Click the "Add to Chrome" button.
2️⃣ Add "Rebates" box appears > click "Add extension.".
3️⃣ Installation completed! Enjoy the savings!

By clicking the "Add To Chrome" button and activating the rebates.com extension, you agree to rebates.com's:
✅ Terms of Agreement (found here: https://www.rebates.com/terms)
✅ Privacy Policy (found here: https://www.rebates.com/privacy
✅ License Agreement (https://rebates.com/license)

For inquiries, please contact: [email protected]

To remove the extension from your Chrome browser:
⛔ Click the Google Extensions icon located in the upper right corner of your browser.
⛔ Locate and click the three vertical dots corresponding to the rebates.com extension.
⛔ Click "Remove from Chrome..." and a confirmation box will appear.                    

확장 프로그램 기본 정보

이름 Rebates Rebates
ID ceodcjjhmbmklknnicgkpikmjiofofda
공식 URL https://chromewebstore.google.com/detail/rebates/ceodcjjhmbmklknnicgkpikmjiofofda
설명 Join Rebates, A Money-Saving Website Curated Just For Your Shopping Needs!
파일 크기 428 KB
설치 횟수 26
현재 버전 1.0.5
최근 업데이트 2023-10-31
출시 날짜 2023-06-05
개발자 developers
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://rebates.com
도움말 페이지 URL https://rebates.com/contact
개인정보 보호 정책 페이지 URL https://rebates.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Join Rebates, A Money-Saving Website Curated Just For Your Shopping Needs!",
    "version": "1.0.5",
    "manifest_version": 3,
    "name": "Rebates",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-32.png"
    },
    "chrome_url_overrides": [],
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "popupContent.bundle.js",
                "overlayContent.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-32.png",
                "close.png",
                "HG.png",
                "logo.png",
                "settings.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}