Macadam Cashback

Install the extension and start earning cash !

ما هو Macadam Cashback؟

Macadam Cashback هو إضافة Chrome تم تطويرها بواسطة Macadam - Walk and Earn، والميزة الرئيسية لها هي "Install the extension and start earning cash !".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Macadam Cashback

قم بتنزيل ملفات الامتداد Macadam Cashback بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Join a community of over 3 million users who have unlocked a unique way to earn rewards effortlessly. Install the Macadam Chrome Extension today and turn your daily steps and shopping into valuable Macadam Coins.

Macadam Perks: 
🚶‍♂️ Motivation in Every Step
Get paid to walk! Macadam motivates you to step up your fitness game. Converting your daily steps into valuable coins, it's a rewarding journey for your health and your pocket.

🛍️ Shop, Earn, Repeat
Your favorite stores are now your personal treasure troves. With every purchase, you're on your way to accumulating Macadam Coins – a rewarding experience that makes every Euro spent a win for your wallet.

📱 Seamless Integration
Already part of the Macadam family? Great news! The Macadam Chrome Extension seamlessly integrates with your existing Macadam account. It's the same great experience, now even more convenient.

How it works:
1. Begin your journey by creating a Macadam account on your mobile device if you haven't already. Visit our website to get started.
2. Download and install the Macadam Chrome Extension.
3. Sign in using your Macadam referral code, which can be found in your Macadam app settings.
4. Browse your favorite stores and shop just as you normally would. Your Macadam Coins are automatically credited to your account, ready for you to redeem.

Your Security Matters:
Rest assured, we prioritize the protection of your data. Your banking information is safe with us.

Questions or Assistance:
If you need assistance or have any inquiries, our dedicated customer service team is ready to help. Contact us at [email protected].

Start your journey towards maximum rewards with the Macadam Chrome Extension. Experience the unique blend of earning while you shop and walk. Join Macadam and begin saving with every step and every purchase! 💰🚶‍♀️🛍️                    

معلومات أساسية عن التمديد

الاسم Macadam Cashback Macadam Cashback
ID olfglomegbapljcohegnfnkpmmdbeiln
عنوان URL الرسمي https://chromewebstore.google.com/detail/macadam-cashback/olfglomegbapljcohegnfnkpmmdbeiln
الوصف Install the extension and start earning cash !
حجم الملف 5.02 MB
عدد التثبيتات 2,097
النسخة الحالية 1.3
آخر تحديث 2023-10-25
تاريخ النشر 2023-10-23
تقييم 4.00/5 مجموع تقييمات 4
المطور Macadam - Walk and Earn
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.macadam.app/
عنوان صفحة المساعدة https://macadamhelp.zendesk.com/hc/en-us/requests/new
عنوان صفحة سياسة الخصوصية https://www.macadam.app/en/privacy.pdf
اللغات المدعومة en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_extDescription__",
    "version": "1.3",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "alarms"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.css",
                "popup.css",
                "welcome.css",
                "content.html",
                "welcome.html",
                "cashbackActivated.html",
                "cashbackActivation.html",
                "cashbackActivation.js",
                "cashbackActivated.js",
                "welcome.js",
                "logo.svg",
                "logo-sm.svg",
                "circle-info.svg",
                "chevron-left.svg",
                "coin.svg",
                "coin-lg.svg",
                "coin-m.png",
                "coins.svg",
                "adblock-img.svg",
                "activated-modal-bg.png",
                "arrow-down.svg",
                "Satoshi-Medium.woff2",
                "yalla.woff2",
                "close.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icon16-yellow.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}