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文件

下载One Tap: Job Search Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
        ]
    }
}