OfferZen Dino Referrer

Refer companies for OfferZen rewards and cash

Co to jest OfferZen Dino Referrer?

OfferZen Dino Referrer to rozszerzenie Chrome opracowane przez https://www.offerzen.com, a jego główną funkcją jest „Refer companies for OfferZen rewards and cash”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia OfferZen Dino Referrer

Pobierz pliki rozszerzeń OfferZen Dino Referrer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa OfferZen Dino Referrer OfferZen Dino Referrer
ID nhkenggejlngcjgojbeilfobihiehmhh
Oficjalny URL https://chromewebstore.google.com/detail/offerzen-dino-referrer/nhkenggejlngcjgojbeilfobihiehmhh
Opis Refer companies for OfferZen rewards and cash
Rozmiar pliku 586 KB
Liczba instalacji 66
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2023-09-20
Data Publikacji 2023-04-13
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://www.offerzen.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.offerzen.com
Adres URL Strony Pomocy https://www.offerzen.com
Adres URL Strony Polityki Prywatności https://www.offerzen.com/privacy
Obsługiwane Języki 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"
}