OfferZen Dino Referrer

Refer companies for OfferZen rewards and cash

什麼是OfferZen Dino Referrer?

OfferZen Dino Referrer是由https://www.offerzen.com開發的Chrome擴展程式,該擴展的主要功能是“Refer companies for OfferZen rewards and cash”。

擴展截圖

screenshot
screenshot
screenshot

下載OfferZen Dino Referrer擴展crx文件

下載OfferZen Dino Referrer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 OfferZen Dino Referrer OfferZen Dino Referrer
ID nhkenggejlngcjgojbeilfobihiehmhh
官方網址 https://chromewebstore.google.com/detail/offerzen-dino-referrer/nhkenggejlngcjgojbeilfobihiehmhh
簡介 Refer companies for OfferZen rewards and cash
檔案大小 586 KB
安裝次數 66
目前版本 1.2
更新時間 2023-09-20
上架時間 2023-04-13
評分 5.00/5 共 1 次評分
開發者 https://www.offerzen.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.offerzen.com
說明頁面URL https://www.offerzen.com
隱私政策頁面URL https://www.offerzen.com/privacy
支援的語言 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"
}