GoCashBack: Deals, Rebates, Savings Extension

High Cash Back and exclusive offers refreshed daily, earn cash back from shopping with ease!

GoCashBack: Deals, Rebates, Savings Extension란 무엇입니까?

GoCashBack: Deals, Rebates, Savings Extension은(는) https://www.gocashback.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "High Cash Back and exclusive offers refreshed daily, earn cash back from shopping with ease!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

GoCashBack: Deals, Rebates, Savings Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        By Clicking Add to Chrome, you agree to the additional GoCashback Extension Terms & Conditions: https://www.gocashback.com/help/protocol

Install the official GoCashBack.com extension and make cashback shopping online easier than ever. 

Navigate to your favorite store and the extension goes to work so you don't have to. Available cashback will appear when the site loads, click once to activate, and continue shopping as normal. 

And to make your life even easier, next time you use your favorite search engine, we'll provide each store's cashback available right in the results! 

Through the GoCashBack.com extension you can search for stores and see their cashback available, see the hottest deals running, and check your account stats with just one click. You'll be saving more than ever, just watch the cashback stack up fast.

When you buy through links on GoCashBack we may earn a commission. 

Set up your account at http://www.gocashback.com/register

What is GoCashBack.com? Check us out here: http://www.gocashback.com/help                    

확장 프로그램 기본 정보

이름 GoCashBack: Deals, Rebates, Savings Extension GoCashBack: Deals, Rebates, Savings Extension
ID edkmbojkflfanganifkkajmldejmhlec
공식 URL https://chromewebstore.google.com/detail/gocashback-deals-rebates/edkmbojkflfanganifkkajmldejmhlec
설명 High Cash Back and exclusive offers refreshed daily, earn cash back from shopping with ease!
파일 크기 943 KB
설치 횟수 6,517
현재 버전 2.1.8
최근 업데이트 2024-01-31
출시 날짜 2020-06-25
평점 4.59/5 총 17 개의 평점
개발자 https://www.gocashback.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.gocashback.com/
도움말 페이지 URL https://www.gocashback.com/privacy-policy
개인정보 보호 정책 페이지 URL https://www.gocashback.com/privacy-policy
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "GoCashBack",
    "name": "GoCashBack: Deals, Rebates, Savings Extension",
    "version": "2.1.8",
    "manifest_version": 2,
    "author": "GoCashBack.com",
    "default_locale": "en",
    "description": "High Cash Back and exclusive offers refreshed daily, earn cash back from shopping with ease!",
    "homepage_url": "https:\/\/www.gocashback.com\/",
    "icons": {
        "16": "images\/16x16.png",
        "24": "images\/24x24.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "permissions": [
        "cookies",
        "storage",
        "tabs",
        "webNavigation",
        "webRequest",
        "",
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "styles\/*.css"
    ],
    "browser_action": {
        "default_icon": {
            "48": "images\/48x48.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_appTooltip__"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.bundle.js"
            ],
            "css": [
                "styles\/serp.css",
                "styles\/content.css"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    }
}