iSmart Profile Scanner
This extension will scan content from web profile page also assign job from extension.
What is iSmart Profile Scanner?
iSmart Profile Scanner is a Chrome extension developed by https://www.ismartrecruit.com, and its main feature is "This extension will scan content from web profile page also assign job from extension.".
Extension Screenshots
Download iSmart Profile Scanner Extension CRX File
Download iSmart Profile Scanner 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
iSmartRecruit Profile Scanner will scan profile from different portal and source that profile into iSmartRecruit.Almost every detail about the candidates can be captured and stored in iSmartRecruit Candidate Management System.
Extension Basic Information
Name | iSmart Profile Scanner |
ID | kncpppankgokmpfbblafmeiallbehhel |
Official URL | https://chromewebstore.google.com/detail/ismart-profile-scanner/kncpppankgokmpfbblafmeiallbehhel |
Description | This extension will scan content from web profile page also assign job from extension. |
File Size | 935 KB |
Installation Count | 679 |
Current Version | 3.3.2 |
Last Updated | 2023-06-19 |
Publish Date | 2020-07-01 |
Rating | 3.67/5 Total 3 Ratings |
Developer | https://www.ismartrecruit.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.ismartrecruit.com/ |
Help Page URL | https://www.ismartrecruit.com/frequently-asked-questions |
Privacy Policy Page URL | https://ismartrecruit.com/privacy |
Supported Languages | en |
manifest.json | |
{ "name": "iSmart Profile Scanner", "description": "This extension will scan content from web profile page also assign job from extension.", "version": "3.3.2", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/*", "https:\/\/stackoverflow.com\/*", "http:\/\/www.monsterindia.com\/*", "http:\/\/localhost:8080\/RecWeb\/*", "http:\/\/*.monster.com\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "sweetalert.css", "selectize.default.css", "font-awesome.css" ], "js": [ "jquery-1.10.2.min.js", "aes-3.1.1.js", "content_script.js" ] } ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "32": "icon.png", "38": "icon.png", "48": "icon.png" }, "permissions": [ "tabs", " |