MEMO Cashback Bestshopping

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

Co to jest MEMO Cashback Bestshopping?

MEMO Cashback Bestshopping to rozszerzenie Chrome opracowane przez https://it.bestshopping.com, a jego główną funkcją jest „MEMO è l'estensione del Browser che ti avvisa quando navighi su di un sito web con un cashback di bestshopping.com”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia MEMO Cashback Bestshopping

Pobierz pliki rozszerzeń MEMO Cashback Bestshopping w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa MEMO Cashback Bestshopping MEMO Cashback Bestshopping
ID jjandokkgclchaiipibaligpnceifmif
Oficjalny URL https://chromewebstore.google.com/detail/memo-cashback-bestshoppin/jjandokkgclchaiipibaligpnceifmif
Opis MEMO è l'estensione del Browser che ti avvisa quando navighi su di un sito web con un cashback di bestshopping.com
Rozmiar pliku 973 KB
Liczba instalacji 13,995
Aktualna Wersja 2.2.19
Ostatnia Aktualizacja 2023-10-26
Data Publikacji 2020-04-23
Ocena 4.40/5 Łącznie 25 Oceny
Deweloper https://it.bestshopping.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://it.bestshopping.com/cashback-alert-extension.html
Adres URL Strony Pomocy https://it.bestshopping.com/cashback-alert-extension.html#privacy
Adres URL Strony Polityki Prywatności https://it.bestshopping.com/cashback-alert-extension.html
Obsługiwane Języki 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"
}