Link Company Page Interactor

Like & comment any post on LinkedIn with your Company Page.

What is Link Company Page Interactor?

Link Company Page Interactor is a Chrome extension developed by https://jens.marketing, and its main feature is "Like & comment any post on LinkedIn with your Company Page.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Link Company Page Interactor Extension CRX File

Download Link Company Page Interactor 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

                        This Chrome Extension allows you to like and comment any post on linkedin with any company page that you manage.

▶ What is it for?

The Company Page Interactor helps to you increase the reach of your company page by adding the option to like and comment any post on LinkedIn with it.


▶ How does it work?

The Plugin simply adds a new button to the LinkedIn interface that let you choose the page you want to interact with. The dropdown allows you to choose the default page. 

With a simple click on the logo a new tab will open and youll be able to like and comment with that page.

Theres no need to edit any options anymore.

Instead of the regular options that LinkedIn offers, you can like and comment ANY Post on LinkedIn.com.                    

Extension Basic Information

Name Link Company Page Interactor Link Company Page Interactor
ID ohbdmbaplkmebiebhbfdpghedojpmlkl
Official URL https://chromewebstore.google.com/detail/link-company-page-interac/ohbdmbaplkmebiebhbfdpghedojpmlkl
Description Like & comment any post on LinkedIn with your Company Page.
File Size 1.04 MB
Installation Count 2,699
Current Version 1.2.2
Last Updated 2022-10-04
Publish Date 2021-03-29
Rating 4.00/5 Total 10 Ratings
Developer https://jens.marketing
Email [email protected]
Payment Type free
Extension Website https://jens.marketing/linkedin-als-firma-kommentieren-liken/
Help Page URL https://jens.marketing/linkedin-als-firma-kommentieren-liken/
Supported Languages de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Link Company Page Interactor",
    "version": "1.2.2",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "manifest_version": 3,
    "background": {
        "service_worker": "js\/sw.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/linkedin.com\/*",
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}