AlterjOB

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

AlterjOBคืออะไร?

AlterjOB เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Solan และคุณลักษณะหลักของมันคือ "Its the extension to keep an eye on new job openings in your city."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AlterjOB

ดาวน์โหลดไฟล์ส่วนขยาย 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:\/\/*\/*"
    ]
}