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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Like & Comment as a Company for LinkedIn™ |
ID | ijgchelhpbmdcijgpocilhjglcnfmbpj |
공식 URL | 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" } } |