Joko: Cash back & automatic coupons

Earn money effortlessly with the Joko browser extension!

Vad är Joko: Cash back & automatic coupons?

Joko: Cash back & automatic coupons är en Chrome-tillägg utvecklad av https://joko.com, och dess huvudfunktion är "Earn money effortlessly with the Joko browser extension!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Joko: Cash back & automatic coupons-förlängningens CRX-fil

Ladda ner Joko: Cash back & automatic coupons-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Save money effortlessly with the Joko browser extension! Join over 2.5 million people who are already using Joko and saving around $150 per year.

Install it for free and let the extension guide you to enjoy all its benefits.

THE BENEFITS OF THE JOKO BROWSER EXTENSION

🛍️ Save on over 3000 brands

We work with all your favorite brands (Walmart, The Body Shop, Levi’s, AliExpress, Ebay...) to offer you the best deals on your everyday purchases.

💰 Earn Automatic Cash Back

On all your purchases from our partners, the extension helps you earn money through cash back. It's simple – we automatically refund a portion of your expenses. This cash back can then be transferred to your bank account or donated to a charity. Getting your purchases partly reimbursed is what cash back is all about!

🤩 Get the Best Coupons

Are you tired of searching for coupons on the internet? When you shop online, the extension will analyze all available discounts and coupons, and automatically apply the best one to your cart. You'll never miss a discount again!

💡 Save your favorite products for later

Through the extension, you can also save any product page and find it later just by clicking on the extension.

HOW DOES IT WORK?

✔ Install the browser extension by clicking "Add to Chrome" on this page. You can verify that it is installed by clicking on the 🧩 icon in your browser.

✔ Create a Joko account or log in to your existing one.

✔ When you shop online, the extension will notify you whenever cash back is available: activate your cash back in just 1 click!

✔ When you reach checkout, the extension will also offer you to check if any coupon could be applied to your cart, just in case you could save even more money.

✔ Your cash back will be automatically credited to your balance upon validation.

Shop as usual on your favorite sites, the extension takes care of the rest!

JOKO IS ALSO A MOBILE APP

Don't forget to download our mobile app to enjoy Joko wherever you go!

Join us today and start saving with every purchase! 💚

---

Questions? You can check out our FAQ: https://joko.zendesk.com/hc/en-us
If you need assistance, don't hesitate to contact our incredible customer service: https://joko.zendesk.com/hc/en-us/requests/new – at Joko, we're always here to help!                    

Grundläggande Information om Tillägg

Namn Joko: Cash back & automatic coupons Joko: Cash back & automatic coupons
ID jigflhhckdjdefdjmodlkomnmdonfbbn
Officiell webbadress https://chromewebstore.google.com/detail/joko-cash-back-automatic/jigflhhckdjdefdjmodlkomnmdonfbbn
Beskrivning Earn money effortlessly with the Joko browser extension!
Filstorlek 11.88 MB
Antal Installationer 129,426
Aktuell Version 2.1.9
Senast Uppdaterad 2024-02-12
Publiceringsdatum 2020-05-17
Betyg 3.87/5 Totalt 55 Betyg
Utvecklare https://joko.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.joko.com/
Hjälpsida URL https://joko.zendesk.com/
URL till Sekretesspolicy Sidan https://hellojoko.com/politique-confidentialite
Stödda Språk en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "2.1.9",
    "description": "__MSG_description__",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage",
        "alarms",
        "https:\/\/www.facebook.com\/v4.0\/dialog\/oauth*",
        "unlimitedStorage"
    ],
    "browser_action": {
        "default_popup": "popup\/index.html",
        "default_title": "Joko"
    },
    "manifest_version": 2,
    "icons": {
        "16": "assets\/logo_16.png",
        "48": "assets\/logo_48.png",
        "128": "assets\/logo_128.png"
    },
    "content_scripts": [
        {
            "js": [
                "contentscript\/static\/js\/bundle.js",
                "sentry.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        "assets\/*"
    ],
    "background": {
        "scripts": [
            "sentry.js",
            "background.js",
            "1.js",
            "2.js",
            "3.js",
            "4.js",
            "5.js",
            "6.js",
            "7.js",
            "8.js",
            "9.js",
            "10.js",
            "11.js",
            "12.js",
            "13.js",
            "14.js",
            "15.js",
            "16.js",
            "17.js",
            "18.js",
            "19.js",
            "20.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self'; script-src-elem 'self' https:\/\/www.google.com\/recaptcha\/ https:\/\/www.gstatic.com\/recaptcha\/; object-src 'self'",
    "externally_connectable": {
        "matches": [
            "*:\/\/app.joko.com\/*",
            "*:\/\/app.hellojoko.com\/*"
        ]
    }
}