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”。
扩展截图
下载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 |
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" } |