點一下公司資訊

找對工作,守住人生寶貴歲月. for job hunting

Cos'è 點一下公司資訊?

點一下公司資訊 è un'estensione di Chrome sviluppata da kaimisou, e la sua funzione principale è "找對工作,守住人生寶貴歲月. for job hunting".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione 點一下公司資訊

Scarica i file di estensione 點一下公司資訊 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        在各大家求職網站的公司介紹頁面追加了
快捷按鈕,省下每次點來點去填關鍵字的時間和勞力
快速得知公司規模、形態、傳言、有無勞資爭議
網路上騙局多,祝大家面試前就能查清楚公司環境

按鈕內容:
- 求職天眼通  
- PTT  
- Goodjob 
- 比薪水 
- 黃頁任意門  
- Google地圖評論  
- 經濟部工商登記   
- 勞動部勞基法紀錄

適用網站:
- 104
- 1111
- 518
- yes123
- Dcard


祝找工作順利愉快,避開險坑(ツ)                    

Informazioni di Base sull'Estensione

Nome 點一下公司資訊 點一下公司資訊
ID klfddhnhfilipfamcainblinbhkfkhel
URL Ufficiale https://chromewebstore.google.com/detail/%E9%BB%9E%E4%B8%80%E4%B8%8B%E5%85%AC%E5%8F%B8%E8%B3%87%E8%A8%8A/klfddhnhfilipfamcainblinbhkfkhel
Descrizione 找對工作,守住人生寶貴歲月. for job hunting
Dimensione del File 300 KB
Conteggio Installazioni 39
Versione Corrente 1.1.4
Ultimo Aggiornamento 2020-08-28
Data di Pubblicazione 2020-06-02
Valutazione 3.00/5 Totale 1 Valutazioni
Sviluppatore kaimisou
Email [email protected]
Tipo di Pagamento free
Lingue Supportate zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u9ede\u4e00\u4e0b\u516c\u53f8\u8cc7\u8a0a",
    "description": "\u627e\u5c0d\u5de5\u4f5c\uff0c\u5b88\u4f4f\u4eba\u751f\u5bf6\u8cb4\u6b72\u6708. for job hunting",
    "version": "1.1.4",
    "permissions": [
        "https:\/\/www.104.com.tw\/*",
        "https:\/\/www.1111.com.tw\/*",
        "https:\/\/www.518.com.tw\/*",
        "https:\/\/www.yes123.com.tw\/*",
        "https:\/\/www.dcard.tw\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/google.com\/?*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "web_accessible_resources": [
        "images\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "\u9ede\u4e00\u4e0b\u516c\u53f8\u8cc7\u8a0a"
    },
    "manifest_version": 2
}