Resumely - AI Powered Resume Summary

Automatically generate content to copy/paste into resume field questions using your experience.

Resumely - AI Powered Resume Summaryとは何ですか?

Resumely - AI Powered Resume Summaryはhttps://codelucent.comによって開発されたChromeの拡張機能で、その主な機能は「Automatically generate content to copy/paste into resume field questions using your experience.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Resumely - AI Powered Resume Summary拡張機能のCRXファイルをダウンロード

Resumely - AI Powered Resume Summary拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Resumely is the AI resume summary builder for those applying to jobs.  Resumely enables you to upload your own resume and experience and get on-demand resume summaries based on job descriptions you are applying for.

It's as simple as uploading your resume information and uploading content on the job description.  You will receive back a unique and personalized cover letter or summary text for you to copy into each application. 

Save time and stand out through comparisons and personalized resume summaries.                    

拡張機能の基本情報

名前 Resumely - AI Powered Resume Summary Resumely - AI Powered Resume Summary
ID algdeaeafmpcijckjefedebmdmfbhakl
公式URL https://chromewebstore.google.com/detail/resumely-ai-powered-resum/algdeaeafmpcijckjefedebmdmfbhakl
説明 Automatically generate content to copy/paste into resume field questions using your experience.
ファイルサイズ 135 KB
インストール数 50
現在のバージョン 1.0.1
最終更新日 2023-09-05
公開日 2023-08-23
評価 5.00/5 合計 1 レビュー
開発者 https://codelucent.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://codelucent.com/
ヘルプページのURL https://twitter.com/BigaDavid
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Resumely - AI Powered Resume Summary",
    "version": "1.0.1",
    "description": "Automatically generate content to copy\/paste into resume field questions using your experience.",
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "*.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "js\/eventPage.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}