HrFlow.ai Profile Parsing
To import profiles from webpages
什么是HrFlow.ai Profile Parsing?
HrFlow.ai Profile Parsing是由https://hrflow.ai开发的Chrome扩展程序,该扩展的主要功能是“To import profiles from webpages”。
扩展截图
下载HrFlow.ai Profile Parsing扩展crx文件
下载HrFlow.ai Profile Parsing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Easily import profiles and resumes from any webpage or professional social networks into HrFlow .
扩展基本信息
名称 | HrFlow.ai Profile Parsing |
ID | dddghlgnfegkjcmgenddppbamddoeoda |
官方URL | https://chromewebstore.google.com/detail/hrflowai-profile-parsing/dddghlgnfegkjcmgenddppbamddoeoda |
简介 | To import profiles from webpages |
文件大小 | 431 KB |
安装次数 | 116 |
当前版本 | 7.0.0 |
更新时间 | 2023-11-10 |
上架时间 | 2019-06-26 |
评分 | 5.00/5 共3次评分 |
开发者 | https://hrflow.ai |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://hrflow.ai |
帮助页面URL | https://help.hrflow.ai |
隐私政策页面URL | http://help.hrflow.ai/en/articles/4418910-privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "HrFlow.ai Profile Parsing", "version": "7.0.0", "description": "To import profiles from webpages", "icons": { "38": "38.png", "48": "48.png", "96": "96.png", "128": "128.png" }, "action": { "default_icon": "icon.png", "default_popup": "src\/pages\/popup\/index.html", "default_title": "HrFlow.ai Profile Parsing" }, "options_page": "src\/pages\/options\/index.html", "permissions": [ "tabs", "scripting" ], "host_permissions": [ "*:\/\/reveal.hrflow.ai\/*", "https:\/\/hrflow.ai\/*", "https:\/\/*.hrflow.ai\/*", "https:\/\/*.hrflow.ai\/*", "https:\/\/www.hrflow.ai\/*", "https:\/\/linkedin.com\/in\/*", "https:\/\/www.linkedin.com\/in\/*", "https:\/\/api.segment.io\/v1\/*" ], "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "content_scripts": [ { "run_at": "document_idle", "matches": [ "https:\/\/*.linkedin.com\/*" ], "js": [ "src\/pages\/content\/index.js" ], "css": [ "assets\/css\/contentStyle16995093031.chunk.css" ] } ], "devtools_page": "src\/pages\/devtools\/index.html", "web_accessible_resources": [ { "resources": [ "assets\/js\/*.js", "assets\/css\/*.css", "riminder.png" ], "matches": [ " |