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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
URL страницы помощи https://www.offerzen.com
URL страницы политики конфиденциальности 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"
}