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 |
官方網址 | 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": [ " |