Klimb Hire Extension
Import data to Klimb Hire
What is Klimb Hire Extension?
Klimb Hire Extension is a Chrome extension developed by klimb.io, and its main feature is "Import data to Klimb Hire".
Extension Screenshots
Download Klimb Hire Extension Extension CRX File
Download Klimb Hire Extension 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
Overview: ● Source candidates with ease, and save data entry time - Resume title & candidate location - Work Experience History - Education History - Skills ● Avoid duplicates ● Easy to setup & use ────────────────────────────── ⚠ You need a Klimb account to use this extension, sign up from https://www.klimb.io/
Extension Basic Information
Name | Klimb Hire Extension |
ID | nhpidmaeondlamiemipibljgfdcbpcnf |
Official URL | https://chromewebstore.google.com/detail/klimb-hire-extension/nhpidmaeondlamiemipibljgfdcbpcnf |
Description | Import data to Klimb Hire |
File Size | 309 KB |
Installation Count | 111 |
Current Version | 6.2 |
Last Updated | 2024-03-04 |
Publish Date | 2019-10-09 |
Rating | 5.00/5 Total 2 Ratings |
Developer | klimb.io |
[email protected] | |
Payment Type | free |
Extension Website | https://www.klimb.io |
Privacy Policy Page URL | https://www.klimb.io/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Klimb Hire Extension", "version": "6.2", "description": "Import data to Klimb Hire", "browser_action": { "default_icon": "logos\/KlimbLogo_128 x 128.png" }, "permissions": [ "activeTab", "downloads", "file:\/\/*" ], "background": { "scripts": [ "background.js" ] }, "icons": { "48": "logos\/KlimbLogo_48 x 48.png", "64": "logos\/KlimbLogo_64 x 64.png", "128": "logos\/KlimbLogo_128 x 128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "scripts\/jquery.min.js", "elementNameContentScript.js", "scripts\/linkedinExtractor.js", "scripts\/naukriExtractor.js", "scripts\/diceExtractor.js", "scripts\/iimJobsExtractor.js", "scripts\/instahyreExtractor.js", "contentScript.js" ] } ], "web_accessible_resources": [ "\/sideBar.htm", "login.htm" ], "manifest_version": 2 } |