mycashbacks: cashback and coupons

Don't ever miss cashback again and save money on your everyday shopping.

Τι είναι το mycashbacks: cashback and coupons;

Το mycashbacks: cashback and coupons είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον mycashbacks.com, και η κύρια λειτουργία του είναι "Don't ever miss cashback again and save money on your everyday shopping.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης mycashbacks: cashback and coupons

Λήψη αρχείων επέκτασης mycashbacks: cashback and coupons σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        You won't miss any cashback anymore, because this extension notifies you automatically when you can benefit from the advantages of one of our shopping partners. When visiting a mycashbacks.com partner shop, the extension will always appear on the right side of the screen showing the amount of cashback you'll get. Please make sure that your browser allows pop-ups and that you're signed in in the extension!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα mycashbacks: cashback and coupons mycashbacks: cashback and coupons
ID gkajkepnnplmabbdbdankfabffjemgeb
Επίσημο URL https://chromewebstore.google.com/detail/mycashbacks-cashback-and/gkajkepnnplmabbdbdankfabffjemgeb
Περιγραφή Don't ever miss cashback again and save money on your everyday shopping.
Μέγεθος Αρχείου 996 KB
Αριθμός Εγκαταστάσεων 1,006
Τρέχουσα Έκδοση 1.1.10
Τελευταία Ενημέρωση 2024-01-31
Ημερομηνία Δημοσίευσης 2020-06-19
Αξιολόγηση 4.57/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής mycashbacks.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.mycashbacks.com/
URL της Σελίδας Πολιτικής Απορρήτου https://www.mycashbacks.com/de/rechtliches/datenschutz
Υποστηριζόμενες Γλώσσες de,en,en-US,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "__MSG_author__",
    "homepage_url": "https:\/\/www.mycashbacks.com",
    "background": {
        "service_worker": "background-script.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/extension-mycashbacks-icon.png",
            "32": "icons\/extension-mycashbacks-icon.png",
            "48": "icons\/extension-mycashbacks-icon.png",
            "64": "icons\/extension-mycashbacks-icon.png",
            "96": "icons\/extension-mycashbacks-icon.png",
            "128": "icons\/extension-mycashbacks-icon.png"
        },
        "default_popup": "index.html",
        "default_title": "__MSG_name__"
    },
    "permissions": [
        "alarms",
        "scripting",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation",
        "identity",
        "identity.email",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/extension-mycashbacks-icon.png",
        "32": "icons\/extension-mycashbacks-icon.png",
        "48": "icons\/extension-mycashbacks-icon.png",
        "64": "icons\/extension-mycashbacks-icon.png",
        "96": "icons\/extension-mycashbacks-icon.png",
        "128": "icons\/extension-mycashbacks-icon.png"
    },
    "short_name": "__MSG_shortName__",
    "incognito": "not_allowed",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "1.1.10",
    "default_locale": "en",
    "description": "__MSG_description__",
    "offline_enabled": false,
    "oauth2": {
        "client_id": "256803714579-6seslm17pt8linurgpcjv8u0q33ihm0h.apps.googleusercontent.com",
        "scopes": [
            "profile email"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7QQQqtnfzujAxNEiq3obHXGpAckgVFZDPT4hiGSxyrGIJU3w2Od86GIkkCgwPJWANGeyv37CUaOeFqqQV6OIG7TeGYf4a8X7L4v6x8phKYKNknXAE4s2ghYG2621Q06Wc5st6K0mJxlVjeD0kXY9pJQJeaiYfghS1mvujdocnKph52+ePJLMaetEk0+txEoynZvKdm\/CdWrKeDrOSQizD8UI\/s9InjFesmjt0JR9mvau2LIsLzX4NQImVVzVfM03FU+Fdc0g\/e8JMLWzJYQsYcUnkNtN1AijTJqTrffwmawqcq+\/QbcQWClN7LDJEwr1sXmCKs0iobaqDiPD2GAbcwIDAQAB",
    "web_accessible_resources": [
        {
            "resources": [
                "public\/*"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; worker-src 'none'; child-src 'none'; media-src 'none'; object-src 'none'; img-src 'self' https:\/\/assets.ad4m.at; style-src 'self' 'unsafe-inline'; connect-src https:\/\/staging-auth-proxy-dot-advanced-audience-prod.appspot.com https:\/\/auth-proxy-dot-advanced-audience-prod.appspot.com https:\/\/data.mycashbacks.com https:\/\/www.googleapis.com\/oauth2\/v2\/userinfo https:\/\/graph.facebook.com\/v16.0\/me"
    },
    "minimum_chrome_version": "88"
}