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 là gì?

JOBSQIK.com — Job Search & Applicant Manager là một tiện ích mở rộng Chrome được phát triển bởi https://jobsqik.com, và tính năng chính của nó là "Find your next job quicker, faster. with rapid speed. all canada jobs. Search millions of jobs on JOBSQIK.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng JOBSQIK.com — Job Search & Applicant Manager

Tải xuống các tệp mở rộng JOBSQIK.com — Job Search & Applicant Manager dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên JOBSQIK.com — Job Search & Applicant Manager JOBSQIK.com — Job Search & Applicant Manager
ID gojglaghalfkaibkobfenebblmeimkgj
URL Chính Thức https://chromewebstore.google.com/detail/jobsqikcom-%E2%80%94-job-search-a/gojglaghalfkaibkobfenebblmeimkgj
Mô tả Find your next job quicker, faster. with rapid speed. all canada jobs. Search millions of jobs on JOBSQIK.com
Kích Thước Tệp 255 KB
Số Lần Cài Đặt 67
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2020-08-04
Ngày Phát Hành 2020-07-04
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://jobsqik.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://volt.jobsqik.com
URL Trang Trợ Giúp https://volt.jobsqik.com/faq
URL Trang Chính Sách Bảo Mật https://searchwarden.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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
    }
}