CashBee – cashback service

CashBee extension - up to 50% cashback among 1000+ stores under your hand

Cos'è CashBee – cashback service?

CashBee – cashback service è un'estensione di Chrome sviluppata da https://cashbee.me, e la sua funzione principale è "CashBee extension - up to 50% cashback among 1000+ stores under your hand".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione CashBee – cashback service

Scarica i file di estensione CashBee – cashback service in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Расширение от кэшбэк сервиса CashBee не позволит вам забыть об активации кэшбэка                    

Informazioni di Base sull'Estensione

Nome CashBee – cashback service CashBee – cashback service
ID oodgchahlgjeakfgemoicnbcbhanemfn
URL Ufficiale https://chromewebstore.google.com/detail/cashbee-–-кэшбэк-сервис/oodgchahlgjeakfgemoicnbcbhanemfn?hl=en
Descrizione CashBee extension - up to 50% cashback among 1000+ stores under your hand
Dimensione del File 1.3 MB
Conteggio Installazioni 193
Versione Corrente 2.2.5
Ultimo Aggiornamento 2021-07-27
Data di Pubblicazione 2018-06-22
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore https://cashbee.me
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://cashbee.me
URL della Pagina di Aiuto https://cashbee.me/support
URL della Pagina della Politica sulla Privacy https://cashbee.me/agreements
Lingue Supportate en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "2.2.5",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "icons": {
        "19": "images\/apple-touch-icon-19x19.png",
        "38": "images\/apple-touch-icon-38x38.png",
        "128": "images\/apple-touch-icon-128x128.png"
    },
    "default_locale": "ru",
    "homepage_url": "https:\/\/cashbee.me",
    "browser_action": {
        "default_title": "__MSG_extShortName__",
        "default_popup": "popup.html",
        "default_icon": {
            "19": "images\/apple-touch-icon-19x19.png",
            "38": "images\/apple-touch-icon-38x38.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                ".\/css\/content.css"
            ],
            "js": [
                "js\/functions.js",
                "js\/lib\/jquery-3.6.0.min.js",
                "js\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "css\/content.css",
        "images\/apple-touch-icon-57x57.png"
    ],
    "background": {
        "scripts": [
            "js\/functions.js",
            "js\/lib\/jquery-3.6.0.min.js",
            "js\/bg.js"
        ]
    },
    "permissions": [
        "",
        "cookies",
        "tabs"
    ]
}