Huntflow Magic Button
Applicant Tracking System
Huntflow Magic Buttonとは何ですか?
Huntflow Magic Buttonはhttps://huntflow.ruによって開発されたChromeの拡張機能で、その主な機能は「Applicant Tracking System」です。
拡張機能のスクリーンショット
Huntflow Magic Button拡張機能のCRXファイルをダウンロード
Huntflow Magic Button拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Magic Button allows recruiters to save candidates found on LinkedIn, Facebook, GitHub and other professional platforms and social media with just one click
拡張機能の基本情報
名前 | Huntflow Magic Button |
ID | lhehchebjnjcaeklbpoanpogkggnhadk |
公式URL | https://chromewebstore.google.com/detail/huntflow-magic-button/lhehchebjnjcaeklbpoanpogkggnhadk |
説明 | Applicant Tracking System |
ファイルサイズ | 745 KB |
インストール数 | 20,000 |
現在のバージョン | 4.54.22 |
最終更新日 | 2024-02-28 |
公開日 | 2020-06-08 |
評価 | 4.86/5 合計 14 レビュー |
開発者 | https://huntflow.ru |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://huntflow.ai |
プライバシーポリシーページのURL | https://huntflow.ru/docs/privacy-policy |
対応言語 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "homepage_url": "https:\/\/huntflow.ru", "short_name": "huntflow", "description": "__MSG_extensionDescription__", "version": "4.54.22", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "64": "icons\/64.png", "128": "icons\/128.png" }, "default_locale": "ru", "permissions": [ "activeTab", "storage", "https:\/\/huntflow.ru\/*", "https:\/\/*.huntflow.dev\/*", "https:\/\/*.huntflow.ru\/*", "https:\/\/*.huntflow.ai\/*", "https:\/\/*.huntflow.kz\/*", "https:\/\/*.huntflow.uz\/*" ], "optional_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "host_permissions": [], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "web_accessible_resources": [ "css\/*", "img\/*", "fonts\/*", "js\/hh.js", "js\/facebook.js" ], "browser_action": { "default_icon": "icons\/128.png", "default_title": "__MSG_actionTitle__", "default_popup": "popup\/popup.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+S", "mac": "Alt+S" }, "description": "__MSG_actionTitle__" } }, "content_security_policy": "script-src 'self' ; object-src 'self'" } |