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
Eメール [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:\/\/*\/*"
    ]
}