Huntflow Magic Button

Applicant Tracking System

What is Huntflow Magic Button?

Huntflow Magic Button is a Chrome extension developed by https://huntflow.ru, and its main feature is "Applicant Tracking System".

Extension Screenshots

screenshot

Download Huntflow Magic Button Extension CRX File

Download Huntflow Magic Button extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Magic Button allows recruiters to save candidates found on LinkedIn, Facebook, GitHub and other professional platforms and social media with just one click                    

Extension Basic Information

Name Huntflow Magic Button Huntflow Magic Button
ID lhehchebjnjcaeklbpoanpogkggnhadk
Official URL https://chromewebstore.google.com/detail/huntflow-magic-button/lhehchebjnjcaeklbpoanpogkggnhadk
Description Applicant Tracking System
File Size 745 KB
Installation Count 20,000
Current Version 4.54.22
Last Updated 2024-02-28
Publish Date 2020-06-08
Rating 4.86/5 Total 14 Ratings
Developer https://huntflow.ru
Email [email protected]
Payment Type free
Extension Website https://huntflow.ai
Privacy Policy Page URL https://huntflow.ru/docs/privacy-policy
Supported Languages 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'"
}