求職助手

協助求職者更認識公司的背景

What is 求職助手?

求職助手 is a Chrome extension developed by Barrycai, and its main feature is "協助求職者更認識公司的背景".

Extension Screenshots

screenshot
screenshot

Download 求職助手 Extension CRX File

Download 求職助手 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        幫助求職者更能認清自己在職場上的價值
在使用104平台找工作的同時
可以更有效率的得知薪水的範圍,以及公司是否有違反勞基法等資訊
本平台也將工作本身的福利做摘要

v2.0.2 修正無法更新職務薪水分析

v2.0.3 修正使用者端儲存問題

v2.0.4 新增性平法、職安法、勞基法分類

v2.1.0 修正設施福利及娛樂福利錯置 GA 測試

v2.1.2 修正GA錯置

v2.2.0 轉移伺服器至Amazon lambda

v2.3.0 104改版更新,與資料新增                    

Extension Basic Information

Name 求職助手 求職助手
ID gmnakcmnojkmdmoamnahloiggcbkplak
Official URL https://chromewebstore.google.com/detail/%E6%B1%82%E8%81%B7%E5%8A%A9%E6%89%8B/gmnakcmnojkmdmoamnahloiggcbkplak
Description 協助求職者更認識公司的背景
File Size 93.76 KB
Installation Count 328
Current Version 2.3.1
Last Updated 2020-03-07
Publish Date 2020-03-06
Rating 4.40/5 Total 5 Ratings
Developer Barrycai
Email [email protected]
Payment Type free
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.3.1",
    "description": "\u5354\u52a9\u6c42\u8077\u8005\u66f4\u8a8d\u8b58\u516c\u53f8\u7684\u80cc\u666f",
    "browser_action": {
        "default_icon": "JH128300.png",
        "default_popup": ".\/html\/popup.html",
        "default_title": "job seeker helper"
    },
    "icons": {
        "16": "JH16300.png",
        "48": "JH48300.png",
        "128": "JH128300.png"
    },
    "name": "\u6c42\u8077\u52a9\u624b",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.104.com.tw\/job\/*"
            ],
            "js": [
                ".\/js\/lib\/jquery-3.3.1.min.js",
                ".\/js\/lib\/Chart.min.js",
                ".\/js\/content\/donut.js",
                ".\/js\/content\/config.js",
                ".\/js\/content\/content.js",
                ".\/js\/content\/lawlist.js",
                ".\/js\/content\/dataControl.js",
                ".\/js\/content\/catchEl.js",
                ".\/js\/content\/salary.js"
            ],
            "css": [
                ".\/css\/helper.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "scripts": [
            ".\/js\/lib\/jquery-3.3.1.min.js",
            ".\/js\/background\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "storage",
        "https:\/\/bsvkhvaex7.execute-api.ap-northeast-2.amazonaws.com\/staging\/*"
    ]
}