应用简介
奇客大师-获取简历信息功能插件此插件只对接奇客大师系统,首先要有GeekerMaster系统的用户名和密码,登录以后,可以获取自己有权查看的简历信息并存到公司自己的数据库。更多信息,请查看奇客大师官方网站:https://www.geekermaster.com
配置文件
Code
1 | {"name":"\u5947\u5ba2\u5927\u5e08","version":"1.0.1","description":"\u5947\u5ba2\u5927\u5e08\uff0d\u83b7\u53d6\u7b80\u5386\u4fe1\u606f\u529f\u80fd","permissions":["storage","tabs","activeTab","https:\/\/*\/","http:\/\/*\/"],"background":{"scripts":["js\/background.js"],"persistent":false},"browser_action":{"default_popup":"popup.html"},"icons":{"16":"img\/logo_16.png","32":"img\/logo_32.png","48":"img\/logo_48.png","128":"img\/logo_128.png"},"content_scripts":[{"matches":["*:\/\/*.linkedin.com\/*","*:\/\/*.highpin.cn\/*","*:\/\/*.liepin.com\/*"],"js":["lib\/jquery\/jquery-3.3.1.min.js","js\/content-script.js"]}],"manifest_version":2,"content_security_policy":"script-src 'self' 'unsafe-eval'; object-src 'self'"} |