OfferZen Dino Referrer
Refer companies for OfferZen rewards and cash
OfferZen Dino Referrer क्या है?
OfferZen Dino Referrer https://www.offerzen.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Refer companies for OfferZen rewards and cash"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में OfferZen Dino Referrer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } |