Like & Comment as a Company for LinkedIn™
Interact with your Company Page on LinkedIn™
什麼是Like & Comment as a Company for LinkedIn™?
Like & Comment as a Company for LinkedIn™是由https://oaka.alsace開發的Chrome擴展程式,該擴展的主要功能是“Interact with your Company Page on LinkedIn™”。
擴展截圖
下載Like & Comment as a Company for LinkedIn™擴展crx文件
下載Like & Comment as a Company for LinkedIn™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | ijgchelhpbmdcijgpocilhjglcnfmbpj |
| 官方網址 | https://chromewebstore.google.com/detail/like-comment-as-a-company/ijgchelhpbmdcijgpocilhjglcnfmbpj |
| 簡介 | Interact with your Company Page on LinkedIn™ |
| 檔案大小 | 42.24 KB |
| 安裝次數 | 310 |
| 目前版本 | 2.0.1 |
| 更新時間 | 2022-04-06 |
| 上架時間 | 2022-03-11 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | https://oaka.alsace |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://oaka.alsace/cms-et-astuces/commenter-liker-avec-page-professionnelle-linkedin/ |
| 說明頁面URL | https://oaka.alsace/cms-et-astuces/commenter-liker-avec-page-professionnelle-linkedin/ |
| 隱私政策頁面URL | https://oaka.alsace/politique-de-confidentialite |
| 支援的語言 | 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"
}
} | |