Backit Plugin

Get cashback for every order in AliExpress, ASOS, Banggood, GearBest, Hotels.com and 220 Volt stores with Backit plugin

Co je Backit Plugin?

Backit Plugin je rozšíření Chrome vyvinuté https://epn.bz, a jeho hlavní funkcí je „Get cashback for every order in AliExpress, ASOS, Banggood, GearBest, Hotels.com and 220 Volt stores with Backit plugin“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Backit Plugin

Stáhněte si soubory rozšíření Backit Plugin ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Get cashback on every purchase in AliExpress, Ozon, ASOS and other popular stores with the plugin Backit

Plugin Backit allows you to get cashback on purchases in online stores with clothing, electronics and other goods. And you can also return some money when you book a trip, order food and flowers online. Get back up to 90% cashback on each purchase and save your money!                    

Základní Informace o Rozšíření

Název Backit Plugin Backit Plugin
ID hfdhpmpfpcnbboppkkkblilhbloejijj
Oficiální URL https://chromewebstore.google.com/detail/backit-plugin/hfdhpmpfpcnbboppkkkblilhbloejijj
Popis Get cashback for every order in AliExpress, ASOS, Banggood, GearBest, Hotels.com and 220 Volt stores with Backit plugin
Velikost souboru 817 KB
Počet instalací 154,544
Aktuální Verze 3.0.0
Poslední Aktualizace 2023-12-19
Datum Vydání 2020-06-17
Hodnocení 4.71/5 Celkem 6211 Hodnocení
Vývojář https://epn.bz
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://backit.me/cashback/privacy
Podporované Jazyky en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Backit Plugin",
    "description": "__MSG_extDescription__",
    "version": "3.0.0",
    "default_locale": "en",
    "author": "Backit Development Team",
    "incognito": "not_allowed",
    "permissions": [
        "proxy",
        "management",
        "notifications",
        "tabs",
        "storage",
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*.backit.me\/",
        "https:\/\/*.backit.me\/"
    ],
    "icons": {
        "16": "icons\/logo-16.png",
        "48": "icons\/logo-48.png",
        "128": "icons\/logo-128.png"
    },
    "action": {
        "default_popup": "popup\/popup.html",
        "default_title": "Backit Plugin",
        "default_icon": {
            "16": "icons\/logo-16.png",
            "48": "icons\/logo-48.png",
            "128": "icons\/logo-128.png"
        }
    },
    "background": {
        "service_worker": "service_worker.js",
        "type": "module",
        "commands": {
            "_execute_browser_action": {
                "suggested_key": {
                    "default": "Ctrl+Shift+Z",
                    "mac": "MacCtrl+Shift+Z"
                }
            }
        }
    },
    "options_ui": {
        "page": "options\/options.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/appIcons\/cog-solid.svg",
                "\/assets\/appIcons\/times-circle-light.svg",
                "\/assets\/appIcons\/angle-up-light.svg",
                "\/assets\/backit\/main-logo.svg",
                "\/assets\/tapicash\/main-logo.svg"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/cs_index.js",
                ".\/cs_search_integration.js",
                ".\/cs_similar_goods.js"
            ],
            "css": [
                ".\/cs_index.css",
                "assets\/contentScriptsStyle\/searchIntegration.css",
                ".\/cs_similar_goods.css"
            ]
        }
    ],
    "homepage_url": "https:\/\/backit.me"
}