Link Company Page Interactor

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

什麼是Link Company Page Interactor?

Link Company Page Interactor是由https://jens.marketing開發的Chrome擴展程式,該擴展的主要功能是“Like & comment any post on LinkedIn with your Company Page.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Link Company Page Interactor擴展crx文件

下載Link Company Page Interactor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Link Company Page Interactor Link Company Page Interactor
ID ohbdmbaplkmebiebhbfdpghedojpmlkl
官方網址 https://chromewebstore.google.com/detail/link-company-page-interac/ohbdmbaplkmebiebhbfdpghedojpmlkl
簡介 Like & comment any post on LinkedIn with your Company Page.
檔案大小 1.04 MB
安裝次數 2,699
目前版本 1.2.2
更新時間 2022-10-04
上架時間 2021-03-29
評分 4.00/5 共 10 次評分
開發者 https://jens.marketing
電子郵箱 [email protected]
付費類型 free
擴展官網 https://jens.marketing/linkedin-als-firma-kommentieren-liken/
說明頁面URL https://jens.marketing/linkedin-als-firma-kommentieren-liken/
支援的語言 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"
    }
}