Linkedin Helper

Linkedin Helper

What is Linkedin Helper?

Linkedin Helper is a Chrome extension developed by Mozzam, and its main feature is "Linkedin Helper".

Extension Screenshots

screenshot
screenshot

Download Linkedin Helper Extension CRX File

Download Linkedin Helper 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

                        Linkedin Helper is an easy-to-use, web-based extension that will help you copy data with a single click. It's the perfect tool for business managers and email experts who need to copy data quickly and easily. Plus, it's free!

If you are looking for a way to improve your work efficiency, then a Web-based extension may be the perfect solution for you. This type of extension will help you copy URLs, titles, and headings in a single click. It is also user-friendly so that you can get started right away.                    

Extension Basic Information

Name Linkedin Helper Linkedin Helper
ID mepgdoiddjegccpdlnkgjhkaaljcjmfi
Official URL https://chrome.google.com/webstore/detail/linkedin-helper/mepgdoiddjegccpdlnkgjhkaaljcjmfi
Description Linkedin Helper
File Size 12.05 KB
Installation Count 251
Current Version 1.1.2
Last Updated 2023-04-01
Publish Date 2023-02-12
Rating 5.00/5 Total 1 Ratings
Developer Mozzam
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Linkedin Helper",
    "version": "1.1.2",
    "manifest_version": 3,
    "description": "Linkedin Helper",
    "action": {
        "default_popup": "popup.html"
    },
    "options_page": "popup.html",
    "icons": {
        "128": "Logos.png"
    },
    "background": {
        "service_worker": "Background.js"
    },
    "permissions": [
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        ""
    ]
}