OfferZen Dino Referrer

Refer companies for OfferZen rewards and cash

Cos'è OfferZen Dino Referrer?

OfferZen Dino Referrer è un'estensione di Chrome sviluppata da https://www.offerzen.com, e la sua funzione principale è "Refer companies for OfferZen rewards and cash".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione OfferZen Dino Referrer

Scarica i file di estensione OfferZen Dino Referrer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome OfferZen Dino Referrer OfferZen Dino Referrer
ID nhkenggejlngcjgojbeilfobihiehmhh
URL Ufficiale https://chromewebstore.google.com/detail/offerzen-dino-referrer/nhkenggejlngcjgojbeilfobihiehmhh
Descrizione Refer companies for OfferZen rewards and cash
Dimensione del File 586 KB
Conteggio Installazioni 66
Versione Corrente 1.2
Ultimo Aggiornamento 2023-09-20
Data di Pubblicazione 2023-04-13
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://www.offerzen.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.offerzen.com
URL della Pagina di Aiuto https://www.offerzen.com
URL della Pagina della Politica sulla Privacy https://www.offerzen.com/privacy
Lingue Supportate 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"
}