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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "For recruiters -- new collections, resources, and jobs on every new tab!"입니다.
확장 프로그램 스크린샷
RecruiterHunt New Tab Page (Beta) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" ] } |