求職小幫手

讓你更加了解這家公司

What is 求職小幫手?

求職小幫手 is a Chrome extension developed by http://jobhelper.g0v.ronny.tw, and its main feature is "讓你更加了解這家公司".

Extension Screenshots

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

                        求職小幫手會在你瀏覽一些求職網站時,告訴你一些求職網站不會主動告訴你的事情
例如:這家公司最近是否有因為違反勞基法被罰錢。
讓你在求職時,能有更多的面向可以評量現在這家公司

1.3.8: 2016/5/3 加上 https://www.104.com.tw/ ,處理 518, 1111 等網站改版
1.3.9: 2016/5/5 ejob 改成 taiwanjobs 之後,改成支援 taiwanjos (謝謝 @catdingding幫忙)
1.3.10: 2016/5/14 處理 yes123 網站改版(謝謝 @catdingding) ,加上各種網站版型的分類代碼,以便追蹤改版及早因應修改。                    

Extension Basic Information

Name 求職小幫手 求職小幫手
ID bjolfofcjiolhmlaoebndilgbhonclcn
Official URL https://chrome.google.com/webstore/detail/%E6%B1%82%E8%81%B7%E5%B0%8F%E5%B9%AB%E6%89%8B/bjolfofcjiolhmlaoebndilgbhonclcn
Description 讓你更加了解這家公司
File Size 104 KB
Installation Count 10,000
Current Version 1.3.10
Last Updated 2016-05-13
Publish Date 2016-05-13
Rating 4.82/5 Total 373 Ratings
Developer http://jobhelper.g0v.ronny.tw
Payment Type free
Extension Website http://jobhelper.g0v.ronny.tw
Help Page URL https://www.facebook.com/twjobhelper
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u6c42\u8077\u5c0f\u5e6b\u624b",
    "description": "\u8b93\u4f60\u66f4\u52a0\u4e86\u89e3\u9019\u5bb6\u516c\u53f8",
    "version": "1.3.10",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "http:\/\/jobhelper.g0v.ronny.tw\/",
        "https:\/\/jobhelper.g0v.ronny.tw\/",
        "http:\/\/www.taiwanjobs.gov.tw\/",
        "http:\/\/www.104.com.tw\/",
        "https:\/\/www.104.com.tw\/",
        "http:\/\/www.ejob.gov.tw\/",
        "https:\/\/www.ejob.gov.tw\/",
        "http:\/\/www.104temp.com.tw\/",
        "http:\/\/www.1111.com.tw\/",
        "https:\/\/www.1111.com.tw\/",
        "http:\/\/www.yes123.com.tw\/",
        "http:\/\/www.518.com.tw\/",
        "tabs",
        "storage"
    ],
    "page_action": {
        "default_icon": "icon-19.png",
        "default_title": "\u8a2d\u5b9a\u6c42\u8077\u5c0f\u5e6b\u624b",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.104.com.tw\/*",
                "https:\/\/www.104.com.tw\/*",
                "http:\/\/www.taiwanjobs.gov.tw\/*",
                "http:\/\/www.ejob.gov.tw\/*",
                "https:\/\/www.ejob.gov.tw\/*",
                "http:\/\/www.104temp.com.tw\/*",
                "http:\/\/www.1111.com.tw\/*",
                "https:\/\/www.1111.com.tw\/*",
                "http:\/\/www.yes123.com.tw\/*",
                "http:\/\/www.518.com.tw\/*"
            ],
            "js": [
                "jquery.min.js",
                "common.js",
                "contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "icons": {
        "48": "sandwich-48.png",
        "128": "sandwich-128.png"
    }
}