My Jobscore

Download your score and apply for the job!

My Jobscoreคืออะไร?

My Jobscore เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Myjobscore และคุณลักษณะหลักของมันคือ "Download your score and apply for the job!"

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

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย My Jobscore ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The My Jobscore chrome extension is created for jobseekers to help them determine which jobs they are most suited for.

The jobseeker using the extension, visits a job posting on the internet using their chrome browser, launches the extension and gets a score in a few seconds.

Here are the steps to register and signup:

1. The user downloads and installs the chrome extension
2. The user will launch the My Jobscore extension over a job posting
3. The user will share their resume, email and zipcode. 

The user of the My Jobscore extension can then visit a job posting on the internet using the chrome browser, launch the extension over a job posting, and obtain their score for a job. 

Our service can calculate and deliver a validated job score, in seconds. The jobseeker can then determine which jobs they are most suited for.

If the user chooses, they can use the extension to download the score, as a pdf,  and submit it, with their resume, when they apply for the job. 

Good Luck!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ My Jobscore My Jobscore
ID mikjlncmihhmfaeenlhgdckpcnlhcnfa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/my-jobscore/mikjlncmihhmfaeenlhgdckpcnlhcnfa
คำอธิบาย Download your score and apply for the job!
ขนาดไฟล์ 392 KB
จำนวนการติดตั้ง 151
เวอร์ชันปัจจุบัน 1.2.8
อัปเดตครั้งล่าสุด 2023-02-16
วันที่เผยแพร่ 2020-07-02
คะแนน 5.00/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา Myjobscore
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://geescore.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My Jobscore",
    "short_name": "My Jobscore",
    "manifest_version": 2,
    "version": "1.2.8",
    "description": "Download your score and apply for the job!",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab",
        "storage"
    ],
    "browser_action": [],
    "web_accessible_resources": [
        "*.png",
        "*.js",
        "*.html"
    ],
    "background": {
        "scripts": [
            "chromebox.js",
            "config.js",
            "common.js",
            "StorageHelper.js",
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "images\/seeker-production.png",
        "48": "images\/seeker-production.png",
        "128": "images\/seeker-production.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "chromebox.js",
                "js\/jquery-3.6.0.min.js",
                "js\/jquery-ui.min.js",
                "config.js",
                "common.js",
                "StorageHelper.js",
                "RightFloatButton.js",
                "content.js",
                "contentScript.js",
                "js\/iframeResizer.js",
                "js\/iframeResizerContent.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU=' https:\/\/gs-widget-production.s3.us-east-2.amazonaws.com\/widget.js  https:\/\/*.google.com https:\/\/*.googleapis.com; object-src 'self'"
}