iSmart Resume Exporter

This is plugin Export resume to iSmartRecruit Server.

什么是iSmart Resume Exporter?

iSmart Resume Exporter是由https://ismartrecruit.com开发的Chrome扩展程序,该扩展的主要功能是“This is plugin Export resume to iSmartRecruit Server.”。

扩展截图

screenshot

下载iSmart Resume Exporter扩展crx文件

下载iSmart Resume Exporter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        iSmartRecruit Gmail Resume Exporter,export attached resume from gmail and source that resume into iSmartRecruit.                    

扩展基本信息

名称 iSmart Resume Exporter iSmart Resume Exporter
ID cpaeapbpcoabkkogahldoocbmifeiimh
官方URL https://chromewebstore.google.com/detail/ismart-resume-exporter/cpaeapbpcoabkkogahldoocbmifeiimh
简介 This is plugin Export resume to iSmartRecruit Server.
文件大小 271 KB
安装次数 208
当前版本 2.21.56
更新时间 2024-02-13
上架时间 2019-02-16
评分 5.00/5 共3次评分
开发者 https://ismartrecruit.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.ismartrecruit.com/features-chrome-browser-extension
隐私政策页面URL https://ismartrecruit.com/privacy
支持的语言 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
}