Hirefox - Send faster LinkedIn messages

Stop copy-pasting messages from profile to profile and let Hirefox do the work for you.

Hirefox - Send faster LinkedIn messages란 무엇입니까?

Hirefox - Send faster LinkedIn messages은(는) https://hirefox.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stop copy-pasting messages from profile to profile and let Hirefox do the work for you."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Hirefox - Send faster LinkedIn messages 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Hirefox enables users to send custom messages in LinkedIn with just one click.

Add custom message templates. Profile details such as name, company and education will be fetched and replaced automatically.

Connect with talent straight from the profile page. The message box will get automagically filled with your custom message, ready to connect.                    

확장 프로그램 기본 정보

이름 Hirefox - Send faster LinkedIn messages Hirefox - Send faster LinkedIn messages
ID okljidbiljmlhmlpmaefgaegnobfjgib
공식 URL https://chromewebstore.google.com/detail/hirefox-send-faster-linke/okljidbiljmlhmlpmaefgaegnobfjgib
설명 Stop copy-pasting messages from profile to profile and let Hirefox do the work for you.
파일 크기 2.36 MB
설치 횟수 134
현재 버전 0.1.9
최근 업데이트 2023-03-27
출시 날짜 2021-01-05
평점 4.13/5 총 8 개의 평점
개발자 https://hirefox.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.hirefox.io/
개인정보 보호 정책 페이지 URL https://www.hirefox.io/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hirefox - Send faster LinkedIn messages",
    "version": "0.1.9",
    "icons": {
        "16": "assets\/icons\/favicon-16.png",
        "32": "assets\/icons\/favicon-32.png",
        "48": "assets\/icons\/favicon-48.png",
        "128": "assets\/icons\/favicon-128.png"
    },
    "description": "Stop copy-pasting messages from profile to profile and let Hirefox do the work for you.",
    "homepage_url": "https:\/\/hirefox.io",
    "short_name": "Hirefox",
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/*.linkedin.com\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "author": "rsmarques",
    "minimum_chrome_version": "49",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icons\/favicon-16.png",
            "32": "assets\/icons\/favicon-32.png",
            "48": "assets\/icons\/favicon-48.png",
            "128": "assets\/icons\/favicon-128.png"
        },
        "default_title": "Hirefox",
        "chrome_style": false
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true,
        "chrome_style": false
    },
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "js\/contentScript.bundle.js"
            ],
            "css": [
                "css\/contentScript.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "assets\/fonts\/fa-brands-400.eot",
        "assets\/fonts\/fa-brands-400.svg",
        "assets\/fonts\/fa-brands-400.ttf",
        "assets\/fonts\/fa-brands-400.woff",
        "assets\/fonts\/fa-brands-400.woff2",
        "assets\/fonts\/fa-regular-400.eot",
        "assets\/fonts\/fa-regular-400.svg",
        "assets\/fonts\/fa-regular-400.ttf",
        "assets\/fonts\/fa-regular-400.woff",
        "assets\/fonts\/fa-regular-400.woff2",
        "assets\/fonts\/fa-solid-900.eot",
        "assets\/fonts\/fa-solid-900.svg",
        "assets\/fonts\/fa-solid-900.ttf",
        "assets\/fonts\/fa-solid-900.woff",
        "assets\/fonts\/fa-solid-900.woff2",
        "assets\/icons\/favicon-16.png",
        "assets\/icons\/favicon-32.png",
        "assets\/icons\/favicon-48.png",
        "assets\/icons\/favicon-128.png",
        "assets\/images\/add-template.png",
        "assets\/images\/button.png",
        "assets\/images\/connect.png",
        "assets\/images\/get-started.png",
        "assets\/images\/message.png"
    ]
}