One Tap: Job Search Helper

Get more interviews and save time on every job application

One Tap: Job Search Helper란 무엇입니까?

One Tap: Job Search Helper은(는) Antoine Screve에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get more interviews and save time on every job application"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

One Tap: Job Search Helper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Tired of filling out  applications online and never hearing back? Click on the OneTap extension on any job page and OneTap will fill out the job application for you.

Want to get more interviews? OneTap will show you employees willing to help candidates get interviews at their company.                    

확장 프로그램 기본 정보

이름 One Tap: Job Search Helper One Tap: Job Search Helper
ID mchdhakjpgbgfcecgihfggmdmlclkgib
공식 URL https://chromewebstore.google.com/detail/one-tap-job-search-helper/mchdhakjpgbgfcecgihfggmdmlclkgib
설명 Get more interviews and save time on every job application
파일 크기 114 KB
설치 횟수 778
현재 버전 0.2.0.042
최근 업데이트 2020-07-24
출시 날짜 2020-07-11
평점 5.00/5 총 5 개의 평점
개발자 Antoine Screve
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://antoinescreve.typeform.com/to/YtbMIChs#email=chrome_store_support_url
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/1ywVJlTwPQTBdx4sz3Yi2h2LW4cBB4xUEHekpqweVzCs/edit?usp=sharing
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "128": "img\/icon128.png"
    },
    "name": "One Tap: Job Search Helper",
    "description": "Get more interviews and save time on every job application",
    "version": "0.2.0.042",
    "browser_action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "32": "img\/icon32.png",
            "64": "img\/icon64.png"
        },
        "default_title": "ONE TAP",
        "default_popup": "popup.html"
    },
    "permissions": [
        "notifications",
        "storage",
        "tabs",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "scripts\/env.js",
            "scripts\/jquery-3.4.1.min.js",
            "scripts\/background.js"
        ]
    }
}