MEMO Cashback Bestshopping

MEMO è l'estensione del Browser che ti avvisa quando navighi su di un sito web con un cashback di bestshopping.com

What is MEMO Cashback Bestshopping?

MEMO Cashback Bestshopping is a Chrome extension developed by https://it.bestshopping.com, and its main feature is "MEMO è l'estensione del Browser che ti avvisa quando navighi su di un sito web con un cashback di bestshopping.com".

Extension Screenshots

screenshot
screenshot
screenshot

Download MEMO Cashback Bestshopping Extension CRX File

Download MEMO Cashback Bestshopping extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Il cashback è un rimborso ottenibile su parte della spesa presso gli oltre 3000 negozi online presenti su Bestshopping. 
Quando utilizzi MEMO, un messaggio automatico appare in alto a destra del browser, informandoti del cashback disponibile. 
Cliccando su "Attiva cashback” proseguirai nella normale navigazione, e a fine acquisto potrai ricevere il cashback, senza dover passare prima da Bestshopping!

L’estensione non è utile solo ad attivare il cashback, ma ha diverse altre funzionalità.
Grazie ad essa è infatti possibile:
- Cercare per nome un negozio, leggere se è attivo il cashback e scoprire con che importo o percentuale è disponibile;
- Memorizzare un tuo negozio tra i preferiti per accedervi più velocemente;
- Accedere all'elenco dei Super Cashback, ovvero i negozi che per poco tempo aumentano il rimborso percentuale in modo significativo;
- Visualizzare il tuo profilo utente e il cashback accumulato fino ad ora;
- Vedere a che traguardo sei arrivato: man mano che acquisti raggiungerai nuovi traguardi (Gattino, Gatto, ecc. fino a essere un Leone), che ti danno diritto ad aumenti sul cashback base da tutti i negozi;
- L'icona dell'estensione si trasforma nel tuo traguardo raggiunto;
- Quando fai ricerche su Google, appare un messaggio verde se un negozio nei risultati di ricerca ha un cashback disponibile;

Questa estensione è studiata per tutti gli utenti che si registrano a Bestshopping, fanno shopping online e vogliono ricevere il rimborso cashback sui loro acquisti.
Grazie all’estensione MEMO, sarete sicuri di non dimenticarvi alcun rimborso sulla vostra spesa online: con un solo click, potrete continuare a fare shopping, ma accumulando il cashback!

Privacy Policy e Data Policy qui: 
https://it.bestshopping.com/cashback-alert-extension.html#privacy
e qui per chi vuole registrarsi a Bestshopping:
https://it.bestshopping.com                    

Extension Basic Information

Name MEMO Cashback Bestshopping MEMO Cashback Bestshopping
ID jjandokkgclchaiipibaligpnceifmif
Official URL https://chromewebstore.google.com/detail/memo-cashback-bestshoppin/jjandokkgclchaiipibaligpnceifmif
Description MEMO è l'estensione del Browser che ti avvisa quando navighi su di un sito web con un cashback di bestshopping.com
File Size 973 KB
Installation Count 13,995
Current Version 2.2.19
Last Updated 2023-10-26
Publish Date 2020-04-23
Rating 4.40/5 Total 25 Ratings
Developer https://it.bestshopping.com
Email [email protected]
Payment Type free
Extension Website https://it.bestshopping.com/cashback-alert-extension.html
Help Page URL https://it.bestshopping.com/cashback-alert-extension.html#privacy
Privacy Policy Page URL https://it.bestshopping.com/cashback-alert-extension.html
Supported Languages it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MEMO Cashback Bestshopping",
    "description": "MEMO \u00e8 l'estensione del Browser che ti avvisa quando navighi su di un sito web con un cashback di bestshopping.com",
    "homepage_url": "https:\/\/it.bestshopping.com",
    "author": "POINTER S.R.L.",
    "version": "2.2.19",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/16x16.png",
            "32": "\/images\/32x32.png",
            "48": "\/images\/48x48.png",
            "128": "\/images\/128x128.png"
        }
    },
    "icons": {
        "16": "\/images\/16x16.png",
        "32": "\/images\/32x32.png",
        "48": "\/images\/48x48.png",
        "128": "\/images\/128x128.png"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "js": [
                "checker_box.js"
            ],
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/*.google.com\/*",
                "https:\/\/*.google.it\/*",
                "https:\/\/*.bing.com\/*",
                "https:\/\/*.search.yahoo.com\/*",
                "https:\/\/*.bestshopping.com\/*",
                "https:\/\/*.gov.it\/*",
                "https:\/\/*.sieltecloud.it\/*"
            ],
            "run_at": "document_idle",
            "css": [
                "styles_box.css"
            ]
        },
        {
            "js": [
                "translations.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "jump.js"
            ],
            "matches": [
                "https:\/\/*.bestshopping.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/*.google.com\/*",
                "https:\/\/*.google.it\/*",
                "https:\/\/*.bing.com\/*",
                "https:\/\/*.search.yahoo.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "content.js"
            ],
            "css": [
                "content_bs.css"
            ]
        },
        {
            "matches": [
                "https:\/\/it.bestshopping.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "login.js"
            ]
        }
    ],
    "default_locale": "it"
}