Link Company Page Interactor
Like & comment any post on LinkedIn with your Company Page.
Link Company Page Interactorคืออะไร?
Link Company Page Interactor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://jens.marketing และคุณลักษณะหลักของมันคือ "Like & comment any post on LinkedIn with your Company Page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Link Company Page Interactor
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } } |