Cashberries

Cashberries Хром Расширение

Cashberriesคืออะไร?

Cashberries เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cashberries.ru และคุณลักษณะหลักของมันคือ "Cashberries Хром Расширение"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cashberries

ดาวน์โหลดไฟล์ส่วนขยาย Cashberries ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Кэшбэк (Cashback) на Aliexpress.com до 30% - доступен на cashberries.ru. Алиэкспресс, iHerb, Booking.com и еще более 400 интернет-магазинов доступны в официальном расширении кэшбэк-сервиса cashberries. После установки Вы будете получать уведомления о доступности кэшбэк в магазинах-партнерах.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Cashberries Cashberries
ID chopdfhdlpdbhbjlemenhjolibpddglf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cashberries/chopdfhdlpdbhbjlemenhjolibpddglf
คำอธิบาย Cashberries Хром Расширение
ขนาดไฟล์ 156 KB
จำนวนการติดตั้ง 243
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2018-12-17
วันที่เผยแพร่ 2018-12-17
คะแนน 4.29/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://cashberries.ru
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://cashberries.ru/retailer/1104/
URL หน้าช่วยเหลือ https://cashberries.ru/retailer/1104/
ภาษาที่รองรับ ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cashberries",
    "description": "Cashberries \u0425\u0440\u043e\u043c \u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435",
    "version": "1.6",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_title": "Cashberries \u0425\u0440\u043e\u043c \u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "img\/cashback.png",
        "img\/cashback_ali.png",
        "img\/btninfo.png",
        "img\/close.png",
        "css\/new.css"
    ]
}