Recruiting
Recruiting
What is Recruiting?
Recruiting is a Chrome extension developed by http://www.anhangzhu.com, and its main feature is "Recruiting".
Download Recruiting Extension CRX File
Download Recruiting 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
Don't use me
Extension Basic Information
Name | ![]() |
ID | jdkknclhkjcddchcljocdiilpdhagibb |
Official URL | https://chrome.google.com/webstore/detail/recruiting/jdkknclhkjcddchcljocdiilpdhagibb |
Description | Recruiting |
File Size | 32.66 KB |
Installation Count | 28 |
Current Version | 0.31 |
Last Updated | 2017-01-12 |
Publish Date | 2016-09-22 |
Developer | http://www.anhangzhu.com |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Recruiting", "version": "0.31", "manifest_version": 2, "description": "Recruiting", "permissions": [ "contextMenus", "http:\/\/www.linkedin.com\/*\/" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/recruiter\/*" ], "js": [ "jquery.js", "application.js" ] } ] } |