CashBee – cashback service

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

CashBee – cashback serviceคืออะไร?

CashBee – cashback service เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cashbee.me และคุณลักษณะหลักของมันคือ "CashBee extension - up to 50% cashback among 1000+ stores under your hand"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CashBee – cashback service

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}