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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stop copy-pasting messages from profile to profile and let Hirefox do the work for you."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hirefox - Send faster LinkedIn messages एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}