One Tap: Job Search Helper

Get more interviews and save time on every job application

One Tap: Job Search Helper là gì?

One Tap: Job Search Helper là một tiện ích mở rộng Chrome được phát triển bởi Antoine Screve, và tính năng chính của nó là "Get more interviews and save time on every job application".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng One Tap: Job Search Helper

Tải xuống các tệp mở rộng One Tap: Job Search Helper 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

                        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.                    

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

Tên One Tap: Job Search Helper One Tap: Job Search Helper
ID mchdhakjpgbgfcecgihfggmdmlclkgib
URL Chính Thức https://chromewebstore.google.com/detail/one-tap-job-search-helper/mchdhakjpgbgfcecgihfggmdmlclkgib
Mô tả Get more interviews and save time on every job application
Kích Thước Tệp 114 KB
Số Lần Cài Đặt 778
Phiên Bản Hiện Tại 0.2.0.042
Cập Nhật Lần Cuối 2020-07-24
Ngày Phát Hành 2020-07-11
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Antoine Screve
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://antoinescreve.typeform.com/to/YtbMIChs#email=chrome_store_support_url
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/1ywVJlTwPQTBdx4sz3Yi2h2LW4cBB4xUEHekpqweVzCs/edit?usp=sharing
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}