Samary - Summarize Job Ads with ChatGPT

Summarize job descriptions with ChatGPT for quick reading across multiple job portals...

Samary - Summarize Job Ads with ChatGPTとは何ですか?

Samary - Summarize Job Ads with ChatGPTはSamaryLabsによって開発されたChromeの拡張機能で、その主な機能は「Summarize job descriptions with ChatGPT for quick reading across multiple job portals...」です。

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

screenshot
screenshot

Samary - Summarize Job Ads with ChatGPT拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        No more long, boring, exhausting, cluttered, unstructured job descriptions. Every job ad is summarized to show the most important information first in a consistent, structured and clear away.

Features:
- Summarize Job Ads
- Structure text in a structured, consistent and clear way
- Works the same way across job portals
- Uses ChatGPT to improve the job ad summaries

Supported Job Portals
- See complete list here www.samary.vercel.app/#portals

Benefits
* Works on latest Chrome versions
* Works on multiple job portals
* Scan hundreds of jobs non-stop 
* Free trial - no credit card required with 20 free jobs
* New job portals are added on user request
* Powered by ChatGPT - improves along with ChatGPT new models


How it works
1. Install the chrome extension to your computer. 
2. Open one of the supported job portals
3. Search for a list of jobs or open a single job ad description
4. A yellow button "Summarize Job Post" should appear visibly close to the title
5. Click on it to start summarizing the job ad
6. A pop up should appear on the right side with the real time summary

FAQ
How accurate is the summary?
Try it out for free and check the original job description. The summary is generated by a machine using Artificial Inteligence. 9 out of 10 it will give you a very accurate idea of the key points and requirements of the job ad.

What if my favourite job portal is not enabled?
Reach out to us and we will quickly integrate your job portal.

Can I use it on my mobile phone?
This extension is currently only available for the  Chrome Browser on Desktop/PC or Mac computers. We are soon releasing new and exciting features for mobile!

Is it FREE
In order to support backend costs with ChatGPT, the current version offers different packages at reasonable prices. Our goal is to release future versions that offer this functionality for free. However, reach out to us if you are not able to pay at the current pricing. Our goal is to help you land your next job as fast as possible.                    

拡張機能の基本情報

名前 Samary - Summarize Job Ads with ChatGPT Samary - Summarize Job Ads with ChatGPT
ID ebdbomlpalldeefpfabmkkkdigonjejn
公式URL https://chromewebstore.google.com/detail/samary-summarize-job-ads/ebdbomlpalldeefpfabmkkkdigonjejn
説明 Summarize job descriptions with ChatGPT for quick reading across multiple job portals...
ファイルサイズ 57.22 KB
インストール数 42
現在のバージョン 1.1.1.1
最終更新日 2023-12-07
公開日 2023-04-19
評価 5.00/5 合計 1 レビュー
開発者 SamaryLabs
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://samary.vercel.app
ヘルプページのURL https://forms.gle/iyQKa82QLvsv2Aje8
プライバシーポリシーページのURL https://samary.vercel.app/privacy-policy
対応言語 de,en,fr,no,es,pt-PT,fi,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.1.1.1",
    "default_locale": "en",
    "icons": {
        "128": "images\/sign_128.png",
        "48": "images\/sign_32.png",
        "16": "images\/sign_16.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/job_reader.js"
            ],
            "css": [
                "css\/index.css"
            ],
            "matches": [
                "https:\/\/*.indeed.com\/*",
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/arbetsformedlingen.se\/*",
                "https:\/\/arbeidsplassen.nav.no\/*",
                "https:\/\/www.finn.no\/*",
                "https:\/\/tyomarkkinatori.fi\/*",
                "https:\/\/www.arbeitsagentur.de\/*",
                "https:\/\/*.glassdoor.com\/*",
                "https:\/\/graduateland.com\/*",
                "https:\/\/*.monster.com\/*",
                "https:\/\/*.careerbuilder.com\/*"
            ]
        }
    ],
    "permissions": [
        "identity",
        "identity.email",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    }
}