Like & Comment as a Company for LinkedIn™

Interact with your Company Page on LinkedIn™

Was ist Like & Comment as a Company for LinkedIn™?

Like & Comment as a Company for LinkedIn™ ist eine Chrome-Erweiterung, die von https://oaka.alsace entwickelt wurde, und ihr Hauptmerkmal ist "Interact with your Company Page on LinkedIn™".

Erweiterungsscreenshots

screenshot
screenshot

Like & Comment as a Company for LinkedIn™-Erweiterungs-CRX-Datei herunterladen

Laden Sie Like & Comment as a Company for LinkedIn™-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        LinkedIn™ doesn’t have an easy way to toggle between commenting as a personal page and a business or a company page. But! There is a workaround.

- Install this extension.
- Go to your biz page and copy the page ID string of numbers.⁣ 
- Past it in actorCompanyId field (options page) and save.

Now follow these directions:

- Find a post you want to comment on as you’re brand or biz.
- Click on the 3 dots and choose ‘copy link to post.’ ⁣ ⁣ 
- Paste the link in a blank URL tab and hit enter to load the page.
- Click on our extension's icon and that's it! Your can now like, comment or share the post with your business or a company page.                    

Grundlegende Informationen zur Erweiterung

Name Like & Comment as a Company for LinkedIn™ Like & Comment as a Company for LinkedIn™
ID ijgchelhpbmdcijgpocilhjglcnfmbpj
Offizielle URL https://chromewebstore.google.com/detail/like-comment-as-a-company/ijgchelhpbmdcijgpocilhjglcnfmbpj
Beschreibung Interact with your Company Page on LinkedIn™
Dateigröße 42.24 KB
Installationsanzahl 310
Aktuelle Version 2.0.1
Letztes Update 2022-04-06
Veröffentlichungsdatum 2022-03-11
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://oaka.alsace
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://oaka.alsace/cms-et-astuces/commenter-liker-avec-page-professionnelle-linkedin/
Hilfeseite URL https://oaka.alsace/cms-et-astuces/commenter-liker-avec-page-professionnelle-linkedin/
URL der Datenschutzrichtlinien-Seite https://oaka.alsace/politique-de-confidentialite
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Like & Comment as a Company for LinkedIn\u2122",
    "version": "2.0.1",
    "description": "Interact with your Company Page on LinkedIn\u2122",
    "manifest_version": 3,
    "options_page": "page_options.html",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon.png"
    }
}