AlterjOB

Its the extension to keep an eye on new job openings in your city.

什么是AlterjOB?

AlterjOB是由Solan开发的Chrome扩展程序,该扩展的主要功能是“Its the extension to keep an eye on new job openings in your city.”。

扩展截图

screenshot

下载AlterjOB扩展crx文件

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

扩展使用说明

                        This extension will give you alerts/notification from your selected city whenever there is new job opening in the market. Just feed in with job queries you are looking for (i.e., what, where and country).

Easy usage, get update instantly and click on notification to view/apply for the jobs. Stay updated through this extension. Be the first to reach the employer.

* No registration required, install and feed the queries and You are done.
* No email notifications, thus no opening of your email account again and again to check for new updates. Since Notifications are provided in real time.                    

扩展基本信息

名称 AlterjOB AlterjOB
ID diphdfpendggojffbkkndokidcadnefl
官方URL https://chromewebstore.google.com/detail/alterjob/diphdfpendggojffbkkndokidcadnefl
简介 Its the extension to keep an eye on new job openings in your city.
文件大小 43.44 KB
安装次数 16
当前版本 1.0.2
更新时间 2020-01-09
上架时间 2020-01-08
评分 4.50/5 共2次评分
开发者 Solan
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AlterjOB",
    "description": "Its the extension to keep an eye on new job openings in your city.",
    "version": "1.0.2",
    "icons": {
        "16": "alt16.png",
        "48": "alt48.png",
        "128": "alt128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "alt19.png",
            "38": "alt38.png"
        },
        "default_title": "Enter job queries once, it will query the internet frequently and keep you updated with latest job openings.",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "jquery-2.1.1.min.js",
            "background.js",
            "apiresults.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}