OfferZen Dino Referrer

Refer companies for OfferZen rewards and cash

OfferZen Dino Referrer là gì?

OfferZen Dino Referrer là một tiện ích mở rộng Chrome được phát triển bởi https://www.offerzen.com, và tính năng chính của nó là "Refer companies for OfferZen rewards and cash".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng OfferZen Dino Referrer

Tải xuống các tệp mở rộng OfferZen Dino Referrer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên OfferZen Dino Referrer OfferZen Dino Referrer
ID nhkenggejlngcjgojbeilfobihiehmhh
URL Chính Thức https://chromewebstore.google.com/detail/offerzen-dino-referrer/nhkenggejlngcjgojbeilfobihiehmhh
Mô tả Refer companies for OfferZen rewards and cash
Kích Thước Tệp 586 KB
Số Lần Cài Đặt 66
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2023-09-20
Ngày Phát Hành 2023-04-13
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.offerzen.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.offerzen.com
URL Trang Trợ Giúp https://www.offerzen.com
URL Trang Chính Sách Bảo Mật https://www.offerzen.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
}