點一下公司資訊
找對工作,守住人生寶貴歲月. for job hunting
What is 點一下公司資訊?
點一下公司資訊 is a Chrome extension developed by kaimisou, and its main feature is "找對工作,守住人生寶貴歲月. for job hunting".
Extension Screenshots
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
在各大家求職網站的公司介紹頁面追加了 快捷按鈕,省下每次點來點去填關鍵字的時間和勞力 快速得知公司規模、形態、傳言、有無勞資爭議 網路上騙局多,祝大家面試前就能查清楚公司環境 按鈕內容: - 求職天眼通 - PTT - Goodjob - 比薪水 - 黃頁任意門 - Google地圖評論 - 經濟部工商登記 - 勞動部勞基法紀錄 適用網站: - 104 - 1111 - 518 - yes123 - Dcard 祝找工作順利愉快,避開險坑(ツ)
Extension Basic Information
Name | |
ID | klfddhnhfilipfamcainblinbhkfkhel |
Official URL | 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 |
Description | 找對工作,守住人生寶貴歲月. for job hunting |
File Size | 300 KB |
Installation Count | 39 |
Current Version | 1.1.4 |
Last Updated | 2020-08-28 |
Publish Date | 2020-06-02 |
Rating | 3.00/5 Total 1 Ratings |
Developer | kaimisou |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |