OfferZen Dino Referrer

Refer companies for OfferZen rewards and cash

Wat is OfferZen Dino Referrer?

OfferZen Dino Referrer is een Chrome-extensie ontwikkeld door https://www.offerzen.com, en de belangrijkste functie is "Refer companies for OfferZen rewards and cash".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie OfferZen Dino Referrer

Download OfferZen Dino Referrer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam OfferZen Dino Referrer OfferZen Dino Referrer
ID nhkenggejlngcjgojbeilfobihiehmhh
Officiële URL https://chromewebstore.google.com/detail/offerzen-dino-referrer/nhkenggejlngcjgojbeilfobihiehmhh
Beschrijving Refer companies for OfferZen rewards and cash
Bestandsgrootte 586 KB
Aantal Installaties 66
Huidige Versie 1.2
Laatst Bijgewerkt 2023-09-20
Publicatiedatum 2023-04-13
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://www.offerzen.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.offerzen.com
Help Pagina-URL https://www.offerzen.com
URL van de Privacybeleid Pagina https://www.offerzen.com/privacy
Ondersteunde Talen 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"
}