CCW Cashback Add-on

CCW's CashBack add-on will notify you ever time you are on a website that offers rewards to you and your friends.

CCW Cashback Add-on란 무엇입니까?

CCW Cashback Add-on은(는) https://ccwcashback.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CCW's CashBack add-on will notify you ever time you are on a website that offers rewards to you and your friends."입니다.

확장 프로그램 스크린샷

screenshot

CCW Cashback Add-on 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The new CCW CashBack Add-on notifies you and gives you access to real cash back while shopping in over 3500 online brand names stores. By inviting your friends to our site, you will receive a lifetime 10% referral friends cashback bonus on all their shopping. 

When was the last time you recommended or talked about a product or service to a friend? Everyone does this every single day without getting any rewards for doing it. Join the shopping revolution free today and install the CashBack Add-On.                    

확장 프로그램 기본 정보

이름 CCW Cashback Add-on CCW Cashback Add-on
ID epiifpbanghlabnhngihjibllankacno
공식 URL https://chromewebstore.google.com/detail/ccw-cashback-add-on/epiifpbanghlabnhngihjibllankacno
설명 CCW's CashBack add-on will notify you ever time you are on a website that offers rewards to you and your friends.
파일 크기 551 KB
설치 횟수 308
현재 버전 2.2.0
최근 업데이트 2018-12-27
출시 날짜 2018-12-23
평점 4.67/5 총 3 개의 평점
개발자 https://ccwcashback.com
결제 유형 free
확장 프로그램 웹 사이트 https://ccwcashback.com
도움말 페이지 URL https://www.ccwcashback.com/in-en/page/support
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CCW Cashback Add-on",
    "version": "2.2.0",
    "description": "CCW's CashBack add-on will notify you ever time you are on a website that offers rewards to you and your friends.",
    "homepage_url": "https:\/\/www.ccwcashback.com",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "ci.content.pack.js",
                "js\/libs\/jquery.min.js",
                "js\/libs\/handlebars.runtime-v1.3.0.js",
                "js\/libs\/underscore.min.js",
                "js\/libs\/backbone.min.js",
                "js\/libs\/handlebars.helpers.js",
                "js\/content\/localization\/english_texts.js",
                "js\/content\/localization\/bulgarian_text.js",
                "js\/content\/localization\/chinese_text.js",
                "js\/content\/localization\/german_texts.js",
                "js\/content\/localization\/hungarian_texts.js",
                "js\/content\/localization\/italian_texts.js",
                "js\/content\/localization\/portugese_texts.js",
                "js\/content\/localization\/romanian_texts.js",
                "js\/content\/localization\/english_texts.js",
                "js\/content\/localization\/english_texts.js",
                "js\/content\/localization\/english_texts.js",
                "js\/content\/templates.js",
                "js\/content\/style.js",
                "js\/content\/slider.js",
                "js\/content\/serp.js",
                "js\/content\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "ci.browser.helper.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icons\/18x18.png",
        "default_title": "CCWCashback"
    },
    "icons": {
        "48": "icons\/48x48.png",
        "64": "icons\/64x64.png",
        "128": "icons\/128x128.png"
    }
}