OfferZen Dino Referrer

Refer companies for OfferZen rewards and cash

ما هو OfferZen Dino Referrer؟

OfferZen Dino Referrer هو إضافة Chrome تم تطويرها بواسطة https://www.offerzen.com، والميزة الرئيسية لها هي "Refer companies for OfferZen rewards and cash".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة OfferZen Dino Referrer

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

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

                        Turn spam into sweet money and rewards.

If you're not currently looking for new opportunities, you can refer companies that reach out to you and earn rewards through OfferZen. This extension allows you to refer companies directly from within LinkedIn, using a pre-filled message and custom link – with just the click of a button.
You help companies grow great tech teams, and get rewarded in the process!

Install the extension to view current available rewards.

Only available to OfferZen users. Create a free profile to earn rewards.                    

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

الاسم OfferZen Dino Referrer OfferZen Dino Referrer
ID nhkenggejlngcjgojbeilfobihiehmhh
عنوان URL الرسمي https://chromewebstore.google.com/detail/offerzen-dino-referrer/nhkenggejlngcjgojbeilfobihiehmhh
الوصف Refer companies for OfferZen rewards and cash
حجم الملف 586 KB
عدد التثبيتات 66
النسخة الحالية 1.2
آخر تحديث 2023-09-20
تاريخ النشر 2023-04-13
تقييم 5.00/5 مجموع تقييمات 1
المطور https://www.offerzen.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.offerzen.com
عنوان صفحة المساعدة https://www.offerzen.com
عنوان صفحة سياسة الخصوصية https://www.offerzen.com/privacy
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "OfferZen Dino Referrer",
    "version": "1.2",
    "icons": {
        "16": "img\/dinocorn.png",
        "32": "img\/dinocorn.png",
        "48": "img\/dinocorn.png",
        "128": "img\/dinocorn.png"
    },
    "description": "Refer companies for OfferZen rewards and cash",
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "linkedin.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ]
        },
        {
            "js": [
                "offerzen.js"
            ],
            "matches": [
                "https:\/\/www.offerzen.com\/candidate\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "scripting",
        "webNavigation"
    ],
    "options_page": "options.html"
}