RecruiterHunt New Tab Page (Beta)
For recruiters -- new collections, resources, and jobs on every new tab!
RecruiterHunt New Tab Page (Beta) क्या है?
RecruiterHunt New Tab Page (Beta) Cuyler Stuwe द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "For recruiters -- new collections, resources, and jobs on every new tab!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RecruiterHunt New Tab Page (Beta) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
For recruiters: Replace your "new tab" page with fresh content from RecruiterHunt! New collections, resources, and jobs on every new tab! This extension fetches the latest information from RecruiterHunt's website, along with some manually-curated relevant content, in the background in intervals.
एक्सटेंशन की मूल जानकारी
नाम | RecruiterHunt New Tab Page (Beta) |
ID | jdojhcokhpkdijmhpdgfmkbflaokjmgn |
आधिकारिक URL | https://chromewebstore.google.com/detail/recruiterhunt-new-tab-pag/jdojhcokhpkdijmhpdgfmkbflaokjmgn |
विवरण | For recruiters -- new collections, resources, and jobs on every new tab! |
फ़ाइल का आकार | 144 KB |
स्थापना संख्या | 736 |
वर्तमान संस्करण | 1.1.9 |
अंतिम अपडेट | 2020-09-15 |
प्रकाशन तिथि | 2020-05-24 |
रेटिंग | 3.67/5 कुल 3 रेटिंग्स |
डेवलपर | Cuyler Stuwe |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RecruiterHunt New Tab Page (Beta)", "description": "For recruiters -- new collections, resources, and jobs on every new tab!", "version": "1.1.9", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "default_title": "RecruiterHunt New Tab Page (Beta)", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "alarms", "storage", "*:\/\/recruiterhunt.com\/*", "https:\/\/x9juo2rjb6.execute-api.us-east-1.amazonaws.com\/dev\/access", "https:\/\/83bjx4lk47.execute-api.us-east-1.amazonaws.com\/dev\/access" ] } |