CashBee – cashback service

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

什么是CashBee – cashback service?

CashBee – cashback service是由https://cashbee.me开发的Chrome扩展程序,该扩展的主要功能是“CashBee extension - up to 50% cashback among 1000+ stores under your hand”。

扩展截图

screenshot
screenshot
screenshot

下载CashBee – cashback service扩展crx文件

下载CashBee – cashback service扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 CashBee – cashback service CashBee – cashback service
ID oodgchahlgjeakfgemoicnbcbhanemfn
官方URL https://chromewebstore.google.com/detail/cashbee-–-кэшбэк-сервис/oodgchahlgjeakfgemoicnbcbhanemfn?hl=en
简介 CashBee extension - up to 50% cashback among 1000+ stores under your hand
文件大小 1.3 MB
安装次数 193
当前版本 2.2.5
更新时间 2021-07-27
上架时间 2018-06-22
评分 5.00/5 共5次评分
开发者 https://cashbee.me
电子邮箱 [email protected]
付费类型 free
扩展官网 https://cashbee.me
帮助页面URL https://cashbee.me/support
隐私政策页面URL https://cashbee.me/agreements
支持的语言 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"
    ]
}