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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Расширение от кэшбэк сервиса 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"
    ]
}