HrFlow.ai Profile Parsing
To import profiles from webpages
HrFlow.ai Profile Parsing là gì?
HrFlow.ai Profile Parsing là một tiện ích mở rộng Chrome được phát triển bởi https://hrflow.ai, và tính năng chính của nó là "To import profiles from webpages".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng HrFlow.ai Profile Parsing
Tải xuống các tệp mở rộng HrFlow.ai Profile Parsing 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
Easily import profiles and resumes from any webpage or professional social networks into HrFlow .
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | HrFlow.ai Profile Parsing |
ID | dddghlgnfegkjcmgenddppbamddoeoda |
URL Chính Thức | https://chromewebstore.google.com/detail/hrflowai-profile-parsing/dddghlgnfegkjcmgenddppbamddoeoda |
Mô tả | To import profiles from webpages |
Kích Thước Tệp | 431 KB |
Số Lần Cài Đặt | 116 |
Phiên Bản Hiện Tại | 7.0.0 |
Cập Nhật Lần Cuối | 2023-11-10 |
Ngày Phát Hành | 2019-06-26 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://hrflow.ai |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://hrflow.ai |
URL Trang Trợ Giúp | https://help.hrflow.ai |
URL Trang Chính Sách Bảo Mật | http://help.hrflow.ai/en/articles/4418910-privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |