iSmart Resume Exporter

This is plugin Export resume to iSmartRecruit Server.

iSmart Resume Exporter là gì?

iSmart Resume Exporter là một tiện ích mở rộng Chrome được phát triển bởi https://ismartrecruit.com, và tính năng chính của nó là "This is plugin Export resume to iSmartRecruit Server.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng iSmart Resume Exporter

Tải xuống các tệp mở rộng iSmart Resume Exporter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên iSmart Resume Exporter iSmart Resume Exporter
ID cpaeapbpcoabkkogahldoocbmifeiimh
URL Chính Thức https://chromewebstore.google.com/detail/ismart-resume-exporter/cpaeapbpcoabkkogahldoocbmifeiimh
Mô tả This is plugin Export resume to iSmartRecruit Server.
Kích Thước Tệp 271 KB
Số Lần Cài Đặt 208
Phiên Bản Hiện Tại 2.21.56
Cập Nhật Lần Cuối 2024-02-13
Ngày Phát Hành 2019-02-16
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://ismartrecruit.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.ismartrecruit.com/features-chrome-browser-extension
URL Trang Chính Sách Bảo Mật https://ismartrecruit.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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
}