點一下公司資訊
找對工作,守住人生寶貴歲月. for job hunting
點一下公司資訊란 무엇입니까?
點一下公司資訊은(는) kaimisou에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "找對工作,守住人生寶貴歲月. for job hunting"입니다.
확장 프로그램 스크린샷
點一下公司資訊 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
在各大家求職網站的公司介紹頁面追加了 快捷按鈕,省下每次點來點去填關鍵字的時間和勞力 快速得知公司規模、形態、傳言、有無勞資爭議 網路上騙局多,祝大家面試前就能查清楚公司環境 按鈕內容: - 求職天眼通 - PTT - Goodjob - 比薪水 - 黃頁任意門 - Google地圖評論 - 經濟部工商登記 - 勞動部勞基法紀錄 適用網站: - 104 - 1111 - 518 - yes123 - Dcard 祝找工作順利愉快,避開險坑(ツ)
확장 프로그램 기본 정보
이름 | |
ID | klfddhnhfilipfamcainblinbhkfkhel |
공식 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 |
설명 | 找對工作,守住人生寶貴歲月. for job hunting |
파일 크기 | 300 KB |
설치 횟수 | 39 |
현재 버전 | 1.1.4 |
최근 업데이트 | 2020-08-28 |
출시 날짜 | 2020-06-02 |
평점 | 3.00/5 총 1 개의 평점 |
개발자 | kaimisou |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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 } |