求職小幫手

讓你更加了解這家公司

Qu'est-ce que 求職小幫手 ?

求職小幫手 est une extension Chrome développée par http://jobhelper.g0v.ronny.tw, et sa fonction principale est "讓你更加了解這家公司".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension 求職小幫手

Téléchargez les fichiers d'extension 求職小幫手 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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) ,加上各種網站版型的分類代碼,以便追蹤改版及早因應修改。                    

Informations de Base sur l'Extension

Nom 求職小幫手 求職小幫手
ID bjolfofcjiolhmlaoebndilgbhonclcn
URL Officiel https://chrome.google.com/webstore/detail/%E6%B1%82%E8%81%B7%E5%B0%8F%E5%B9%AB%E6%89%8B/bjolfofcjiolhmlaoebndilgbhonclcn
Description 讓你更加了解這家公司
Taille du Fichier 104 KB
Nombre d'Installations 10,000
Version Actuelle 1.3.10
Dernière Mise à Jour 2016-05-13
Date de Publication 2016-05-13
Évaluation 4.82/5 Total 373 Évaluations
Développeur http://jobhelper.g0v.ronny.tw
Type de Paiement free
Site Web de l'Extension http://jobhelper.g0v.ronny.tw
URL de la Page d'Aide https://www.facebook.com/twjobhelper
Langues Prises en Charge 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"
    }
}