WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Boss直聘 AI简历助手(for HR)

Boss直聘 AI简历助手(for HR)

View on Chrome Web Store
View Boss直聘 AI简历助手(for HR) Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

AI自动遍历读取和评估Boss直聘简历,支持推荐牛人、搜索牛人、沟通3个页面,让HR和主管筛简历更高效
Type
Extension
Users
65 users
3
guanwei1225
View author page of guanwei1225
Published
Published on March 5, 2025
Version 1.36
Manifest version
3
Updated
Updated on June 1, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Boss直聘 AI简历助手(for HR) Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Boss\u76f4\u8058 AI\u7b80\u5386\u52a9\u624b(for HR)",
    "version": "1.36",
    "description": "AI\u81ea\u52a8\u904d\u5386\u8bfb\u53d6\u548c\u8bc4\u4f30Boss\u76f4\u8058\u7b80\u5386\uff0c\u652f\u6301\u63a8\u8350\u725b\u4eba\u3001\u641c\u7d22\u725b\u4eba\u3001\u6c9f\u901a3\u4e2a\u9875\u9762\uff0c\u8ba9HR\u548c\u4e3b\u7ba1\u7b5b\u7b80\u5386\u66f4\u9ad8\u6548",
    "permissions": [
        "scripting",
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.zhipin.com\/*",
        "https:\/\/zhipin.com\/*"
    ],
    "icons": {
        "128": "images\/icon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "images\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.zhipin.com\/*"
            ],
            "js": [
                "resume.js",
                "templates.js",
                "content.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "styles.css",
                "resume-frame-script.js",
                "relay-script.js"
            ],
            "matches": [
                "https:\/\/www.zhipin.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self'"
    },
    "background": {
        "service_worker": "background.js"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top