RecruiterGPT

AI For Recruiters

RecruiterGPT là gì?

RecruiterGPT là một tiện ích mở rộng Chrome được phát triển bởi https://recruitergpt.com, và tính năng chính của nó là "AI For Recruiters".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng RecruiterGPT 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

                        Save up to 4 hours a day by automating the reading, thinking and writing that goes into being a Recruiter or Sourcer. 

It's simple enough for your mom to use but powerful enough to make you 2.5x more effective.

Make more $$$$, with half the effort. 

RecruiterGPT is a free open source project.                    

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

Tên RecruiterGPT RecruiterGPT
ID bgmocpjdgcjmdjbklijdgnalkleckpbf
URL Chính Thức https://chromewebstore.google.com/detail/recruitergpt/bgmocpjdgcjmdjbklijdgnalkleckpbf
Mô tả AI For Recruiters
Kích Thước Tệp 11.2 MB
Số Lần Cài Đặt 523
Phiên Bản Hiện Tại 2.0.229
Cập Nhật Lần Cuối 2024-03-04
Ngày Phát Hành 2021-12-22
Đánh Giá 4.91/5 Tổng số 11 Đánh Giá
Nhà Phát Triển https://recruitergpt.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://recruitergpt.com
URL Trang Trợ Giúp https://recruitergpt.com/support
URL Trang Chính Sách Bảo Mật https://recruitergpt.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "RecruiterGPT",
    "description": "AI For Recruiters",
    "version": "2.0.229",
    "action": {
        "default_icon": "images\/icon128.png",
        "default_title": "RecruiterGPT"
    },
    "icons": {
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "public\/font\/*",
                "public\/images\/*",
                "font\/*",
                "images\/*",
                "*.map",
                "*.css",
                "disableScrolling.mjs",
                "enableScrolling.mjs"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.github.com\/*",
                "http:\/\/localhost:6010\/*",
                "https:\/\/*.tombo.ai\/*",
                "https:\/\/*.dev.platform.tombo.ai\/*"
            ],
            "js": [
                "shared.mjs",
                "tracking.mjs"
            ],
            "css": [
                "shared.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "keywords.mjs"
            ],
            "css": [
                "shared.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "exclude_globs": [
                "*:\/\/*.linkedin.com\/uas\/login*",
                "*:\/\/*.linkedin.com\/talent\/*",
                "*:\/\/*.linkedin.com\/talent\/search\/profile\/*",
                "*:\/\/*.linkedin.com\/oauth\/v2\/*",
                "*:\/\/linkedin.com\/oauth\/v2\/*"
            ],
            "js": [
                "shared.mjs",
                "content_script_li.mjs"
            ],
            "css": [
                "shared.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.linkedin.com\/talent\/*"
            ],
            "js": [
                "shared.mjs",
                "content_script_li_recruiter_new.mjs"
            ],
            "css": [
                "shared.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.linkedin.com\/talent\/search\/profile\/*"
            ],
            "js": [
                "shared.mjs",
                "content_script_li_recruiter_new.mjs"
            ],
            "css": [
                "shared.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.github.com\/*"
            ],
            "js": [
                "shared.mjs",
                "content_script_github.mjs"
            ],
            "css": [
                "shared.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/localhost:6010\/*",
                "https:\/\/*.tombo.ai\/*",
                "https:\/\/*.dev.platform.tombo.ai\/*"
            ],
            "js": [
                "shared.mjs",
                "content_script_platform.mjs"
            ],
            "css": [
                "shared.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "serviceWorker.mjs",
        "type": "module"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.linkedin.com\/*",
            "https:\/\/*.github.com\/*",
            "http:\/\/localhost:6010\/*",
            "https:\/\/*.tombo.ai\/*",
            "https:\/\/*.dev.platform.tombo.ai\/*"
        ]
    },
    "permissions": [
        "scripting",
        "tabs",
        "cookies",
        "storage",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/*.tombo.ai\/*",
        "https:\/\/*.linkedin.com\/*",
        "https:\/\/*.github.com\/*",
        "https:\/\/*.mixpanel.com\/*"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlwvAghrlAEQoIbjtRQxQuscWxRVGuG0z3T3MthXUTs4TO3meTg+1YcMfghOzwLF4fXncidTw7h9a0\/HzSjRc\/P+t0OWFswMr29l4+mnN\/uQuCQlii8LhT3XM8waTrky2nMa0svP0xjcUp4dkfCg+PNJqMb5tpeQ1RmAwaieYMwl8ujIlE79i2A5J06hCxvNqjLeZnAVb+9SzVTpTzfmbdkVO8q7vwyfgSuWUQ8ZuvbX2zCRjH3SeujZx6vShexlGaUX4gMa60tUA4XYBWJDljHZtSltZEY9nQ2iQuP5wKljyL7+sgbkCJRPqv5Y2rw9m9yadNg5RGPlZ42x1A5akMwIDAQAB"
}