trackjobs4.me

Streamline your job hunt process by using a simple and easy to use platform to add and track jobs you're applying to.

trackjobs4.me란 무엇입니까?

trackjobs4.me은(는) https://trackjobs4.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Streamline your job hunt process by using a simple and easy to use platform to add and track jobs you're applying to."입니다.

확장 프로그램 스크린샷

screenshot

trackjobs4.me 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Applying to jobs, but looking for a better way to track your applications instead of messy spreadsheets? Look no further!

trackjobs4.me is a platform that integrates with a browser extension to provide users a simple and easy to use tool to add and track jobs they're applying to.

No need to maintain a spreadsheet or document of every job you've applied to. Just toggle the extension anytime you're on a job posting, and it'll attempt an automatic parse of any important details. Review, submit, and you're done!

Log into the platform at www.trackjobs4.me to see all the jobs you've applied to. Add or edit any details about the job, such as notes or your application's status. Search and filter based on any of the jobs' attributes.

Best part? It's free! 

Say goodbye to manually managing your career hunt.                    

확장 프로그램 기본 정보

이름 trackjobs4.me trackjobs4.me
ID fdepaacddefkhpkkebcphgjmdobpmhcm
공식 URL https://chromewebstore.google.com/detail/trackjobs4me/fdepaacddefkhpkkebcphgjmdobpmhcm
설명 Streamline your job hunt process by using a simple and easy to use platform to add and track jobs you're applying to.
파일 크기 167 KB
설치 횟수 63
현재 버전 1.0.0.2
최근 업데이트 2020-09-25
출시 날짜 2020-09-25
개발자 https://trackjobs4.me
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.trackjobs4.me
개인정보 보호 정책 페이지 URL https://www.termsfeed.com/live/cba70978-ae1e-464c-bd3d-495f0b7eef8f
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "trackjobs4.me",
    "version": "1.0.0.2",
    "author": "Zain Shafique",
    "description": "Streamline your job hunt process by using a simple and easy to use platform to add and track jobs you're applying to.",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "512": "icons\/icon512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "src\/analyzer\/stopwords.js",
                "src\/analyzer\/commonwords.js",
                "src\/analyzer\/companyfilters.js",
                "src\/analyzer\/document_analyzer.js",
                "src\/main.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "src\/views\/index.html",
        "default_title": "trackjobs4.me"
    },
    "permissions": [
        "https:\/\/api.trackjobs4.me\/",
        "cookies"
    ]
}