RecruiterHunt New Tab Page (Beta)
For recruiters -- new collections, resources, and jobs on every new tab!
Vad är RecruiterHunt New Tab Page (Beta)?
RecruiterHunt New Tab Page (Beta) är en Chrome-tillägg utvecklad av Cuyler Stuwe, och dess huvudfunktion är "For recruiters -- new collections, resources, and jobs on every new tab!".
Tilläggsskärmbilder
Ladda ner RecruiterHunt New Tab Page (Beta)-förlängningens CRX-fil
Ladda ner RecruiterHunt New Tab Page (Beta)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | jdojhcokhpkdijmhpdgfmkbflaokjmgn |
Officiell webbadress | https://chromewebstore.google.com/detail/recruiterhunt-new-tab-pag/jdojhcokhpkdijmhpdgfmkbflaokjmgn |
Beskrivning | For recruiters -- new collections, resources, and jobs on every new tab! |
Filstorlek | 144 KB |
Antal Installationer | 736 |
Aktuell Version | 1.1.9 |
Senast Uppdaterad | 2020-09-15 |
Publiceringsdatum | 2020-05-24 |
Betyg | 3.67/5 Totalt 3 Betyg |
Utvecklare | Cuyler Stuwe |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |