Beez

Easily add products to Beez Pay and be alerted when you access a website that is eligible for cashback.

ما هو Beez؟

Beez هو إضافة Chrome تم تطويرها بواسطة https://use-beez.com، والميزة الرئيسية لها هي "Easily add products to Beez Pay and be alerted when you access a website that is eligible for cashback.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Beez

قم بتنزيل ملفات الامتداد Beez بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Asigură-te că faci mereu cele mai bune deal-uri atunci când cumperi online! 

Descarcă extensia de browser Beez din magazinul Chrome și nu vei mai uita să cumperi fără să primești bani înapoi.

Dacă ai descărcată extensia, vei putea alege mereu să cumperi de la cele peste 500 de magazine partenere, înregistrând cashback după fiecare cumpărătură.

Ai mai jos pașii pentru folosirea extensiei Beez:

Pasul 1: Descarcă extensia Beez din magazinul web Chrome;
Pasul 2: Caută produsul dorit pe Google;
Pasul 3: Alege magazinul de la care dorești să îl cumperi și intră printr-un click pe produs pe magazinul respectiv;
Pasul 4: Alege să finalizezi comanda accesând extensia Beez;
Pasul 5: Vei fi redirecționat către site-ul Beez, unde produsul va fi gata configurat pentru comandă. Cumpără și bucură-te de extensia de plată în 4 tranșe fără dobândă;

Te invităm și să-ți creezi un cont gratuit în aplicația Beez (existentă și în variantele Android și iOS), accesând: https://use-beez.com                    

معلومات أساسية عن التمديد

الاسم Beez Beez
ID mafegppipdalkkkhmjajhjomflmifnhm
عنوان URL الرسمي https://chromewebstore.google.com/detail/beez/mafegppipdalkkkhmjajhjomflmifnhm
الوصف Easily add products to Beez Pay and be alerted when you access a website that is eligible for cashback.
حجم الملف 823 KB
عدد التثبيتات 559
النسخة الحالية 1.0.9
آخر تحديث 2021-03-18
تاريخ النشر 2020-06-08
تقييم 5.00/5 مجموع تقييمات 6
المطور https://use-beez.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://use-beez.com
عنوان صفحة المساعدة https://use-beez.com/chrome-extension
عنوان صفحة سياسة الخصوصية https://www.use-beez.com/privacy
اللغات المدعومة ro
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Beez",
    "description": "Easily add products to Beez Pay and be alerted when you access a website that is eligible for cashback.",
    "version": "1.0.9",
    "icons": {
        "128": "icons\/icon_128.png",
        "48": "icons\/icon_48.png",
        "32": "icons\/icon_32.png",
        "16": "icons\/icon_16.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon_16.png",
        "default_popup": "popup\/popup.html",
        "default_title": "Beez"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.use-beez.com\/*"
            ],
            "js": [
                "jquery\/jquery-3.4.1.min.js",
                "content\/content.js"
            ],
            "css": [
                "content\/modal.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "jquery\/jquery-3.4.1.min.js",
            "eventPage\/eventPage.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "popup\/logo2.svg",
        "popup\/logo.svg",
        "popup\/cart-icon.svg",
        "popup\/_ionicons_svg_md-key.svg",
        "popup\/_ionicons_svg_md-person.svg",
        "popup\/logo-product.svg",
        "popup\/minus.svg",
        "popup\/plus.svg",
        "popup\/color.svg",
        "popup\/ruler.svg",
        "popup\/info.svg",
        "popup\/cart.svg",
        "popup\/remove.svg",
        "env\/env.json"
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "notifications",
        "https:\/\/*\/*"
    ]
}