Block Recruiters Ads
Block recruiter ads on popular job portals/sites (ex. seek.com.au)
Block Recruiters Ads란 무엇입니까?
Block Recruiters Ads은(는) David Tan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Block recruiter ads on popular job portals/sites (ex. seek.com.au)"입니다.
확장 프로그램 스크린샷
Block Recruiters Ads 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension allows you to search for jobs on popular job portal/sites (ex. seek.com.au) without viewing ads posted by recruitment agencies. Privacy ===== When installing, the extension will mention that it can access data on *.seek.com.au. Rest assured that non of your private data is exposed or exploited by this extension. FAQ ==== 1. Why am I still seeing some recruiters ads on seek.com.au? Although most popular recruiters are filtered, some must have slip through my radar. You can help out by filling this form https://docs.google.com/spreadsheet/viewform?formkey=dFNyUkhGV2RVemFuaC1jOThZdWpUaUE6MQ 2. How can i suggest a features or enhancements? You can suggest your ideas at https://docs.google.com/spreadsheet/viewform?pli=1&formkey=dDdlWk9mZXhDNFVfX0dfRUpHa19sVGc6MQ Contact/Help ========== Any questions please contact me at http://www.davidtan.org/contact/
확장 프로그램 기본 정보
이름 | Block Recruiters Ads |
ID | ibhioageiollmlgadgpkioceinoobhii |
공식 URL | https://chromewebstore.google.com/detail/block-recruiters-ads/ibhioageiollmlgadgpkioceinoobhii |
설명 | Block recruiter ads on popular job portals/sites (ex. seek.com.au) |
파일 크기 | 39.11 KB |
설치 횟수 | 133 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2015-10-20 |
출시 날짜 | 2015-10-20 |
평점 | 3.27/5 총 11 개의 평점 |
개발자 | David Tan |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://chrome.google.com/webstore/detail/block-recruiters-ads/ibhioageiollmlgadgpkioceinoobhii |
도움말 페이지 URL | http://www.davidtan.org/contact |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "include_globs": [ "*seek.com.au\/JobSearch*", "*seek.com.au\/*-jobs\/*", "*seek.com.au\/jobs*" ], "js": [ "jquery.min.js", "blocker.js" ], "matches": [ "*:\/\/*.seek.com.au\/*" ], "run_at": "document_idle" } ], "description": "Block recruiter ads on popular job portals\/sites (ex. seek.com.au)", "manifest_version": 2, "name": "Block Recruiters Ads", "page_action": { "default_icon": "icon.png", "default_title": "Recruiter Ads Blocked!" }, "version": "1.0.4" } |