Link Company Page Interactor

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

Qu'est-ce que Link Company Page Interactor ?

Link Company Page Interactor est une extension Chrome développée par https://jens.marketing, et sa fonction principale est "Like & comment any post on LinkedIn with your Company Page.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Link Company Page Interactor

Téléchargez les fichiers d'extension Link Company Page Interactor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Link Company Page Interactor Link Company Page Interactor
ID ohbdmbaplkmebiebhbfdpghedojpmlkl
URL Officiel https://chromewebstore.google.com/detail/link-company-page-interac/ohbdmbaplkmebiebhbfdpghedojpmlkl
Description Like & comment any post on LinkedIn with your Company Page.
Taille du Fichier 1.04 MB
Nombre d'Installations 2,699
Version Actuelle 1.2.2
Dernière Mise à Jour 2022-10-04
Date de Publication 2021-03-29
Évaluation 4.00/5 Total 10 Évaluations
Développeur https://jens.marketing
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://jens.marketing/linkedin-als-firma-kommentieren-liken/
URL de la Page d'Aide https://jens.marketing/linkedin-als-firma-kommentieren-liken/
Langues Prises en Charge 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"
    }
}