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
Eメール [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"
        ]
    }
}