求職避雷針-速查面試趣 / 比薪水公司評價
瀏覽徵才網站,自動搜尋面試趣與比薪水公司評價,面試難度、平均薪資、加班頻率一目瞭然,找工作必備的避雷工具,聰明省時找到好工作!
What is 求職避雷針-速查面試趣 / 比薪水公司評價?
求職避雷針-速查面試趣 / 比薪水公司評價 is a Chrome extension developed by 對稱資訊股份有限公司, and its main feature is "瀏覽徵才網站,自動搜尋面試趣與比薪水公司評價,面試難度、平均薪資、加班頻率一目瞭然,找工作必備的避雷工具,聰明省時找到好工作!".
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
面試趣及比薪水即時為您搜尋所瀏覽的公司評價, 讓您快速獲取感興趣的公司相關資訊, 提供您在求職過程中更有效率的了解公司的所有資訊, 搭配面試趣及比薪水的服務方案讓擴充功能使用體驗更加成! ▌特點 • 節省時間:快速搜尋在比薪水及面試趣的公司資訊 • 資訊清楚呈現:輕鬆掌握公司面試評價、面試難度、平均薪資、加班頻率及上班心情 • 快速連結完整情報:一鍵即可查看面試趣及比薪水所有公司情報,隨選隨看最輕鬆! ▌目前支援的徵才網站 • 工作吧! • 104人力銀行 • 1111人力銀行 • 518熊班 • yes123求職網 • CakeResume • Yourator ▌了解更多關於面試趣及比薪水服務 • 面試趣:https://interview.tw/ • 比薪水:https://salary.tw/
Extension Basic Information
Name | |
ID | abngmoiaobbcappkccbgehjjiggnbonm |
Official URL | https://chromewebstore.google.com/detail/%E6%B1%82%E8%81%B7%E9%81%BF%E9%9B%B7%E9%87%9D-%E9%80%9F%E6%9F%A5%E9%9D%A2%E8%A9%A6%E8%B6%A3-%E6%AF%94%E8%96%AA%E6%B0%B4%E5%85%AC%E5%8F%B8%E8%A9%95%E5%83%B9/abngmoiaobbcappkccbgehjjiggnbonm |
Description | 瀏覽徵才網站,自動搜尋面試趣與比薪水公司評價,面試難度、平均薪資、加班頻率一目瞭然,找工作必備的避雷工具,聰明省時找到好工作! |
File Size | 73.95 KB |
Installation Count | 570 |
Current Version | 1.1.0 |
Last Updated | 2023-12-19 |
Publish Date | 2023-11-27 |
Rating | 4.75/5 Total 4 Ratings |
Developer | 對稱資訊股份有限公司 |
[email protected] | |
Payment Type | free |
Extension Website | https://interview.tw/ |
Help Page URL | https://salary.tw/ |
Privacy Policy Page URL | https://interview.tw/privacy-policy |
Supported Languages | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u6c42\u8077\u907f\u96f7\u91dd-\u901f\u67e5\u9762\u8a66\u8da3 \/ \u6bd4\u85aa\u6c34\u516c\u53f8\u8a55\u50f9", "version": "1.1.0", "description": "\u700f\u89bd\u5fb5\u624d\u7db2\u7ad9\uff0c\u81ea\u52d5\u641c\u5c0b\u9762\u8a66\u8da3\u8207\u6bd4\u85aa\u6c34\u516c\u53f8\u8a55\u50f9\uff0c\u9762\u8a66\u96e3\u5ea6\u3001\u5e73\u5747\u85aa\u8cc7\u3001\u52a0\u73ed\u983b\u7387\u4e00\u76ee\u77ad\u7136\uff0c\u627e\u5de5\u4f5c\u5fc5\u5099\u7684\u907f\u96f7\u5de5\u5177\uff0c\u8070\u660e\u7701\u6642\u627e\u5230\u597d\u5de5\u4f5c\uff01", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_title": "\u6c42\u8077\u907f\u96f7\u91dd", "default_icon": { "16": "img_extension-logo.png", "48": "[email protected]", "128": "[email protected]" } }, "content_scripts": [ { "matches": [ "https:\/\/www.104.com.tw\/company\/*", "https:\/\/www.104.com.tw\/job\/*", "https:\/\/www.yes123.com.tw\/wk_index\/*", "https:\/\/www.1111.com.tw\/corp\/*", "https:\/\/www.1111.com.tw\/job\/*", "https:\/\/www.518.com.tw\/company-*.html", "https:\/\/www.518.com.tw\/job-*.html", "https:\/\/www.cakeresume.com\/companies\/*", "https:\/\/www.yourator.co\/companies\/*", "https:\/\/jobar.tw\/enterprise\/*", "https:\/\/jobar.tw\/jobs\/*", "https:\/\/interview.tw\/*", "https:\/\/salary.tw\/*" ], "exclude_matches": [ "https:\/\/www.104.com.tw\/company\/search\/*", "https:\/\/www.104.com.tw\/company\/similar\/*", "https:\/\/www.104.com.tw\/job\/similar\/*" ], "js": [ "contentScript.js" ], "css": [ "contentScript.css" ] } ], "icons": { "16": "img_extension-logo.png", "48": "[email protected]", "128": "[email protected]" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/interview.tw\/", "https:\/\/salary.tw\/" ], "web_accessible_resources": [ { "resources": [ "fonts\/*.woff", "fonts\/*.woff2" ], "matches": [ "https:\/\/www.104.com.tw\/*", "https:\/\/www.yes123.com.tw\/*", "https:\/\/www.1111.com.tw\/*", "https:\/\/www.518.com.tw\/*", "https:\/\/www.cakeresume.com\/*", "https:\/\/www.yourator.co\/*", "https:\/\/interview.tw\/*", "https:\/\/salary.tw\/*", "https:\/\/jobar.tw\/*" ] } ] } |