iSmart Resume Exporter

This is plugin Export resume to iSmartRecruit Server.

What is iSmart Resume Exporter?

iSmart Resume Exporter is a Chrome extension developed by https://ismartrecruit.com, and its main feature is "This is plugin Export resume to iSmartRecruit Server.".

Extension Screenshots

screenshot

Download iSmart Resume Exporter Extension CRX File

Download iSmart Resume Exporter 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 Gmail Resume Exporter,export attached resume from gmail and source that resume into iSmartRecruit.                    

Extension Basic Information

Name iSmart Resume Exporter iSmart Resume Exporter
ID cpaeapbpcoabkkogahldoocbmifeiimh
Official URL https://chromewebstore.google.com/detail/ismart-resume-exporter/cpaeapbpcoabkkogahldoocbmifeiimh
Description This is plugin Export resume to iSmartRecruit Server.
File Size 271 KB
Installation Count 208
Current Version 2.21.56
Last Updated 2024-02-13
Publish Date 2019-02-16
Rating 5.00/5 Total 3 Ratings
Developer https://ismartrecruit.com
Email [email protected]
Payment Type free
Extension Website https://www.ismartrecruit.com/features-chrome-browser-extension
Privacy Policy Page URL https://ismartrecruit.com/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iSmart Resume Exporter",
    "version": "2.21.56",
    "short_name": "Gmail Plugin",
    "author": "Divyesh Kanzariya",
    "description": "This is plugin Export resume to iSmartRecruit Server.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "src\/extensionInjector.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "dist\/extension.js",
        "css\/ik.css",
        "css\/selectize.default.css"
    ],
    "browser_action": {
        "default_icon": "GmailPlugin.png"
    },
    "icons": {
        "32": "GmailPlugin.png",
        "38": "GmailPlugin.png",
        "48": "GmailPlugin.png"
    },
    "permissions": [
        "https:\/\/*\/*"
    ],
    "manifest_version": 2
}