LinkOut

Create Personalized LinkedIn Cold Messages in a Click.

What is LinkOut?

LinkOut is a Chrome extension developed by https://linkout.network, and its main feature is "Create Personalized LinkedIn Cold Messages in a Click.".

Extension Screenshots

screenshot

Download LinkOut Extension CRX File

Download LinkOut 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

                        LinkOut lets you generate personalized LinkedIn cold messages with one click.  
Visit a Linked-In profile and click the LinkOut extension in your browser to receive a personalized cold message that significantly increases the likelihood of getting a connect.
You can test LinkOut for free.                    

Extension Basic Information

Name LinkOut LinkOut
ID ecdkbgmolfbemfanejfloiihpppchlep
Official URL https://chromewebstore.google.com/detail/linkout/ecdkbgmolfbemfanejfloiihpppchlep
Description Create Personalized LinkedIn Cold Messages in a Click.
File Size 703 KB
Installation Count 172
Current Version 1.1.0
Last Updated 2023-01-23
Publish Date 2023-01-13
Rating 5.00/5 Total 2 Ratings
Developer https://linkout.network
Email [email protected]
Payment Type free
Extension Website https://linkout.network
Privacy Policy Page URL https://joonlabs.com/datenschutz
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LinkOut",
    "description": "Create Personalized LinkedIn Cold Messages in a Click.",
    "version": "1.1.0",
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "extension-icons\/logo16.png",
        "32": "extension-icons\/logo32.png",
        "48": "extension-icons\/logo48.png",
        "128": "extension-icons\/logo128.png"
    },
    "permissions": [
        "identity",
        "activeTab",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/content.js"
            ]
        }
    ]
}