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 هو إضافة Chrome تم تطويرها بواسطة cashX، والميزة الرئيسية لها هي "2-in-1 service offers cash back and coupons while you shop.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة cashX: Cash Back & Coupon Automation

قم بتنزيل ملفات الامتداد cashX: Cash Back & Coupon Automation بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://getcashx.com/faq
عنوان صفحة سياسة الخصوصية 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"
            }
        }
    }
}