cashX: Cash Back & Coupon Automation

2-in-1 service offers cash back and coupons while you shop.

cashX: Cash Back & Coupon Automation란 무엇입니까?

cashX: Cash Back & Coupon Automation은(는) cashX에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "2-in-1 service offers cash back and coupons while you shop."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

cashX: Cash Back & Coupon Automation 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Some apps save you money, some earn you cash back. We do both. All you have to do is install our Chrome extension.

An easy, free tool to help you save money and earn cash back.

How does it work?
With each purchase, we comb through coupon codes to save you money, then give you a cash back reward. We automatically apply the best coupons and deals to save you the most on your purchase. Then we apply cash back earnings, whether you used a coupon or not. 

No points system, no gimmicks, just cash back every month.

Shop. Save. Earn. We’ll do the rest.

By installing, you agree to our terms of service:
https://getcashx.com/terms-of-service                    

확장 프로그램 기본 정보

이름 cashX: Cash Back & Coupon Automation cashX: Cash Back & Coupon Automation
ID fmpnhboalalnbinpmgjhohpicghimgke
공식 URL https://chrome.google.com/webstore/detail/cashx-cash-back-coupon-au/fmpnhboalalnbinpmgjhohpicghimgke
설명 2-in-1 service offers cash back and coupons while you shop.
파일 크기 9.43 MB
설치 횟수 825
현재 버전 3.88
최근 업데이트 2022-03-03
출시 날짜 2021-01-29
평점 5.00/5 총 7 개의 평점
개발자 cashX
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://getcashx.com
도움말 페이지 URL https://getcashx.com/faq
개인정보 보호 정책 페이지 URL https://getcashx.com/terms-of-service
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appTitle__",
    "version": "3.88",
    "description": "__MSG_appDesc__",
    "permissions": [
        "notifications",
        "activeTab",
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "cookies",
        "*:\/\/*.google.com",
        "unlimitedStorage"
    ],
    "background": {
        "scripts": [
            "js\/env.js",
            "static\/js\/background.js",
            "js\/main.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [
                "\/static\/css\/content.css"
            ],
            "js": [
                "\/static\/js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en_US",
    "browser_action": {
        "default_title": "__MSG_appTitle__",
        "default_description": "__MSG_appDesc__",
        "default_popup": "popup.html?popup=true",
        "icon": {
            "16": "images\/icon.png",
            "32": "images\/icon.png",
            "48": "images\/icon.png",
            "128": "images\/icon.png"
        }
    },
    "icons": {
        "16": "images\/[email protected]",
        "32": "images\/[email protected]",
        "48": "images\/[email protected]",
        "128": "images\/[email protected]"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2,
    "web_accessible_resources": [
        "fonts\/*.*",
        "static\/media\/*.*",
        "popup.html",
        "loader-google.html",
        "loader-facebook.html",
        "loader-paypal.html",
        "no-access.html"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y",
                "chromeos": "Ctrl+Shift+U",
                "linux": "Ctrl+Shift+H"
            }
        }
    }
}