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文件

下载trackjobs4.me扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}