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
官方網址 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"
        ]
    }
}