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
公式URL 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
Eメール [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"
}