OfferZen Dino Referrer

Refer companies for OfferZen rewards and cash

Vad är OfferZen Dino Referrer?

OfferZen Dino Referrer är en Chrome-tillägg utvecklad av https://www.offerzen.com, och dess huvudfunktion är "Refer companies for OfferZen rewards and cash".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner OfferZen Dino Referrer-förlängningens CRX-fil

Ladda ner OfferZen Dino Referrer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn OfferZen Dino Referrer OfferZen Dino Referrer
ID nhkenggejlngcjgojbeilfobihiehmhh
Officiell webbadress https://chromewebstore.google.com/detail/offerzen-dino-referrer/nhkenggejlngcjgojbeilfobihiehmhh
Beskrivning Refer companies for OfferZen rewards and cash
Filstorlek 586 KB
Antal Installationer 66
Aktuell Version 1.2
Senast Uppdaterad 2023-09-20
Publiceringsdatum 2023-04-13
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://www.offerzen.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.offerzen.com
Hjälpsida URL https://www.offerzen.com
URL till Sekretesspolicy Sidan https://www.offerzen.com/privacy
Stödda Språk 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"
}