CashBee – cashback service

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

Hvad er CashBee – cashback service?

CashBee – cashback service er en Chrome-udvidelse udviklet af https://cashbee.me, og dens hovedfunktion er "CashBee extension - up to 50% cashback among 1000+ stores under your hand".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download CashBee – cashback service-udvidelses-CRX-fil

Download CashBee – cashback service-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn CashBee – cashback service CashBee – cashback service
ID oodgchahlgjeakfgemoicnbcbhanemfn
Officiel URL https://chromewebstore.google.com/detail/cashbee-–-кэшбэк-сервис/oodgchahlgjeakfgemoicnbcbhanemfn?hl=en
Beskrivelse CashBee extension - up to 50% cashback among 1000+ stores under your hand
Filstørrelse 1.3 MB
Antal Installationer 193
Nuværende Version 2.2.5
Senest Opdateret 2021-07-27
Udgivelsesdato 2018-06-22
Bedømmelse 5.00/5 Samlet 5 Bedømmelser
Udvikler https://cashbee.me
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://cashbee.me
Hjælpeside-URL https://cashbee.me/support
URL til Fortrolighedspolitik Side https://cashbee.me/agreements
Understøttede Sprog 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"
    ]
}