OfferZen Dino Referrer

Refer companies for OfferZen rewards and cash

What is OfferZen Dino Referrer?

OfferZen Dino Referrer is a Chrome extension developed by https://www.offerzen.com, and its main feature is "Refer companies for OfferZen rewards and cash".

Extension Screenshots

screenshot
screenshot
screenshot

Download OfferZen Dino Referrer Extension CRX File

Download OfferZen Dino Referrer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name OfferZen Dino Referrer OfferZen Dino Referrer
ID nhkenggejlngcjgojbeilfobihiehmhh
Official URL https://chromewebstore.google.com/detail/offerzen-dino-referrer/nhkenggejlngcjgojbeilfobihiehmhh
Description Refer companies for OfferZen rewards and cash
File Size 586 KB
Installation Count 66
Current Version 1.2
Last Updated 2023-09-20
Publish Date 2023-04-13
Rating 5.00/5 Total 1 Ratings
Developer https://www.offerzen.com
Email [email protected]
Payment Type free
Extension Website https://www.offerzen.com
Help Page URL https://www.offerzen.com
Privacy Policy Page URL https://www.offerzen.com/privacy
Supported Languages 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"
}