Mahiba
The ultimate headhunting tool.
Mahiba란 무엇입니까?
Mahiba은(는) Mahiba에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The ultimate headhunting tool."입니다.
확장 프로그램 스크린샷
Mahiba 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is a productivity enhancing tool specifically for StepStone UK users of StepStone job board brands. It provides access to contact details of candidates with social media profiles of whom have agreed to share their information with you under your StepStone contract. You need to link your account to a full Candidate Search licence with one of our job boards in order to use Mahiba. For help and support please contact [email protected] Mahiba is a product bought to you by StepStone UK Privacy Policy https://www.totaljobs.com/recruiters/privacy#Mahiba https://www.cwjobs.co.uk/recruiters/privacy#Mahiba https://www.caterer.com/recruiters/privacy#Mahiba https://www.catererglobal.com/recruiters/privacy#Mahiba
확장 프로그램 기본 정보
이름 | Mahiba |
ID | hnkbmfejkhgcmoinnehjhlodjjldgeoc |
공식 URL | https://chromewebstore.google.com/detail/mahiba/hnkbmfejkhgcmoinnehjhlodjjldgeoc |
설명 | The ultimate headhunting tool. |
파일 크기 | 388 KB |
설치 횟수 | 5,431 |
현재 버전 | 0.9.5 |
최근 업데이트 | 2023-01-26 |
출시 날짜 | 2020-04-08 |
평점 | 4.30/5 총 10 개의 평점 |
개발자 | Mahiba |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.totaljobs.com/recruiters/privacy |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mahiba", "short_name": "Mahiba", "version": "0.9.5", "description": "The ultimate headhunting tool.", "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/*" ], "css": [ "css\/mahiba.css" ], "js": [ "content.js" ] } ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "page_action": { "default_title": "Mahiba", "default_icon": "images\/icon.png", "default_popup": "templates\/popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "cookies", "tabs", "storage", "https:\/\/www.linkedin.com\/", "https:\/\/chrome.mahiba.com\/", "https:\/\/recruiter.careerstructure.com\/", "https:\/\/recruiter.caterer.com\/", "https:\/\/recruiter.cityjobs.com\/", "https:\/\/recruiter.cwjobs.co.uk\/", "https:\/\/recruiter.emedcareers.com\/", "https:\/\/recruiter.jobsite.co.uk\/", "https:\/\/recruiter.justengineers.net\/", "https:\/\/recruiter.retailchoice.com\/", "https:\/\/recruiter.totaljobs.com\/" ], "web_accessible_resources": [ "images\/*", "templates\/*", "fonts\/*" ] } |