JOBSQIK.com — Job Search & Applicant Manager

Find your next job quicker, faster. with rapid speed. all canada jobs. Search millions of jobs on JOBSQIK.com

JOBSQIK.com — Job Search & Applicant Manager란 무엇입니까?

JOBSQIK.com — Job Search & Applicant Manager은(는) https://jobsqik.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find your next job quicker, faster. with rapid speed. all canada jobs. Search millions of jobs on JOBSQIK.com"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

JOBSQIK.com — Job Search & Applicant Manager 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Find your dream job within 60 days or less, if you’re serious about finding your next job, use Volt to accelerate your job search today. 

JOBSQIK will track, bookmark and even save screenshots of jobs you've applied too on multiple sites including Indeed, ZipRecruiter and many more. We will then follow up with employers on your behalf about jobs you've applied for, trying to help you secure an interview in the process.

Sign up today! at:
https://volt.jobsqik.com

For pricing details: 
https://volt.jobsqik.com/pricing                    

확장 프로그램 기본 정보

이름 JOBSQIK.com — Job Search & Applicant Manager JOBSQIK.com — Job Search & Applicant Manager
ID gojglaghalfkaibkobfenebblmeimkgj
공식 URL https://chromewebstore.google.com/detail/jobsqikcom-%E2%80%94-job-search-a/gojglaghalfkaibkobfenebblmeimkgj
설명 Find your next job quicker, faster. with rapid speed. all canada jobs. Search millions of jobs on JOBSQIK.com
파일 크기 255 KB
설치 횟수 67
현재 버전 1.0.4
최근 업데이트 2020-08-04
출시 날짜 2020-07-04
평점 5.00/5 총 2 개의 평점
개발자 https://jobsqik.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://volt.jobsqik.com
도움말 페이지 URL https://volt.jobsqik.com/faq
개인정보 보호 정책 페이지 URL https://searchwarden.com/privacy
지원되는 언어 en
manifest.json
{
    "name": "JOBSQIK.com \u2014 Job Search & Applicant Manager",
    "version": "1.0.4",
    "author": "JOBSQIK Team",
    "description": "Find your next job quicker, faster. with rapid speed. all canada jobs. Search millions of jobs on JOBSQIK.com",
    "permissions": [
        "tabs",
        "",
        "history",
        "alarms",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "cookies",
        "http:\/\/*.jobsqik.com\/*",
        "https:\/\/*.jobsqik.com\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.jobsqik.com\/*",
                "https:\/\/*.jobsqik.com\/*",
                "http:\/\/*.jobsqik.test\/*",
                "https:\/\/*.jobsqik.test\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_title": "JOBSQIK.com \u2014 Job Search & Applicant Manager"
    },
    "background": {
        "scripts": [
            "js\/provider\/axios.js",
            "js\/provider\/underscore.js",
            "js\/lib\/utils.js",
            "js\/lib\/app.js",
            "js\/lib\/history.js",
            "js\/lib\/page.js",
            "js\/background.js"
        ],
        "persistent": true
    }
}