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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
}