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.」です。
拡張機能のスクリーンショット
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 |
ID | ohbdmbaplkmebiebhbfdpghedojpmlkl |
公式URL | 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 |
Eメール | [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" } } |