WowApp Shopping Cashback Assistant

The WowApp Shopping Cashback Assistant helps you earn cashback from online shopping.

WowApp Shopping Cashback Assistant란 무엇입니까?

WowApp Shopping Cashback Assistant은(는) WowApp Official에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The WowApp Shopping Cashback Assistant helps you earn cashback from online shopping."입니다.

확장 프로그램 스크린샷

screenshot

WowApp Shopping Cashback Assistant 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Make sure you always get the best deal! The WowApp Shopping Cashback Assistant alerts you about cashback deals and compares cashback amounts for you right in the search results page.

Never again forget to earn cashback in WowApp Shop Online! Anytime you are on a store’s website that offers cashback through WowApp, the WowApp Shopping Cashback Assistant will notify you.                    

확장 프로그램 기본 정보

이름 WowApp Shopping Cashback Assistant WowApp Shopping Cashback Assistant
ID hnapnkmenjbgabpcaomceegondmfkakl
공식 URL https://chromewebstore.google.com/detail/wowapp-shopping-cashback/hnapnkmenjbgabpcaomceegondmfkakl
설명 The WowApp Shopping Cashback Assistant helps you earn cashback from online shopping.
파일 크기 142 KB
설치 횟수 215
현재 버전 1.2.1
최근 업데이트 2021-01-26
출시 날짜 2020-06-16
평점 5.00/5 총 8 개의 평점
개발자 WowApp Official
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.wowapp.com/policies/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WowApp Shopping Cashback Assistant",
    "description": "The WowApp Shopping Cashback Assistant helps you earn cashback from online shopping.",
    "version": "1.2.1",
    "icons": {
        "16": "\/data\/img\/icon-16.png",
        "32": "\/data\/img\/icon-32.png",
        "64": "\/data\/img\/icon-64.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "alarms",
        ""
    ],
    "browser_action": {
        "default_icon": {
            "16": "\/data\/img\/icon-grey-16.png",
            "32": "\/data\/img\/icon-grey-32.png",
            "64": "\/data\/img\/icon-grey-64.png"
        }
    },
    "options_ui": {
        "page": "\/data\/options.html"
    },
    "content_scripts": [
        {
            "js": [
                "\/data\/js\/document-messages.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "match_about_blank": false
        },
        {
            "run_at": "document_start",
            "js": [
                "\/data\/js\/jquery.js",
                "\/data\/js\/shop.js"
            ],
            "css": [
                "\/data\/css\/shop.css"
            ],
            "matches": [
                ""
            ],
            "match_about_blank": false
        }
    ],
    "background": {
        "scripts": [
            "\/data\/js\/jquery.js",
            "\/data\/js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "data\/css\/*.*",
        "data\/img\/*.*",
        "data\/js\/jquery.js",
        "data\/js\/shop.js",
        "data\/js\/document-messages.js"
    ]
}