FastApply: Job Search Assistant

Your personal job search assistant. Finding good jobs made easy, applying to them done fast.

什麼是FastApply: Job Search Assistant?

FastApply: Job Search Assistant是由https://www.fastapply.io開發的Chrome擴展程式,該擴展的主要功能是“Your personal job search assistant. Finding good jobs made easy, applying to them done fast.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載FastApply: Job Search Assistant擴展crx文件

下載FastApply: Job Search Assistant擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Finding a good job doesn't have to be hard. FastApply is your own personal AI powered job search assistant. 

Job Search Assistant displays quick stats of jobs you are viewing on most popular job boards. Quickly see pay range for similar jobs, apply time estimates, benefits and job fit.

Download prewritten cover letters and mock interviews for any job in seconds.

Open-ended questions on job interviews got you down? No problem. FastApply's FastAnswer feature crafts informed, articulated and personalized answers to any question you encounter on a job application. Like the answer? Save it for later, or generate common questions and answers based on your job profile.

Join hundreds of job seekers on our platform who have collectively saved thousands of hours browsing and applying with FastApply!


_________________
*By installing you are agreeing to our Terms and Conditions. They are available to review here: https://fastapply.io/terms-and-conditions
**Please review our Privacy Policy here: https://fastapply.io/privacy-policy.                    

擴展基本資訊

名稱 FastApply: Job Search Assistant FastApply: Job Search Assistant
ID aeehmpkhpgdelfojgjfnmeccdfegmbdk
官方網址 https://chromewebstore.google.com/detail/fastapply-job-search-assi/aeehmpkhpgdelfojgjfnmeccdfegmbdk
簡介 Your personal job search assistant. Finding good jobs made easy, applying to them done fast.
檔案大小 6.7 MB
安裝次數 169
目前版本 1.0.0
更新時間 2023-10-25
上架時間 2023-04-14
評分 5.00/5 共 4 次評分
開發者 https://www.fastapply.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.fastapply.io/
隱私政策頁面URL https://www.fastapply.io/privacy-policy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FastApply: Job Search Assistant",
    "description": "Your personal job search assistant. Finding good jobs made easy, applying to them done fast.",
    "version": "1.0.0",
    "manifest_version": 3,
    "icons": {
        "16": ".\/images\/fa.png",
        "32": ".\/images\/fa.png",
        "48": ".\/images\/fa.png",
        "128": ".\/images\/fa.png"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "action": {
        "default_popup": ".\/popup.html",
        "default_icons": {
            "16": ".\/images\/fa.png",
            "32": ".\/images\/fa.png",
            "48": ".\/images\/fa.png",
            "128": ".\/images\/fa.png"
        }
    },
    "options_page": ".\/options.html",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "scripting",
        "contextMenus"
    ],
    "content_security_policy": {
        "extension_page": "script-src 'self' 'wasm-unsafe-eval'"
    },
    "host_permissions": [
        ""
    ]
}