Comment and like as your company on LinkedIn

This Chrome Extension allows you to like and comment on any post on LinkedIn as your company profile(s).

Comment and like as your company on LinkedInคืออะไร?

Comment and like as your company on LinkedIn เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Science & Donuts Marketing และคุณลักษณะหลักของมันคือ "This Chrome Extension allows you to like and comment on any post on LinkedIn as your company profile(s)."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Comment and like as your company on LinkedIn

ดาวน์โหลดไฟล์ส่วนขยาย Comment and like as your company on LinkedIn ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        1 click the button
2 change to your company profile
3 like and comment as your company on LinkedIn! 🙌 

✅ What can you do with this Plugin?

With the "Comment and Like as your company on LinkedIn" Chrome Extension, you will elevate your content marketing on LinkedIn to the next level.

Simply like and comment on any post on LinkedIn with your company profile to promote your business, help the community, create awareness, and boost reach.

✅ How does it work?

The Plugin adds a button under each post on LinkedIn. A drop-down lets you select the company you want to interact as. Next, you can like and comment as your company on LinkedIn. Easy!

You're not confined to the three hashtags anymore and you also don't need to open several tabs just to like one post. You can now do it easily straight from your LinkedIn feed!

You need to be a Super Admin or Content Admin of a LinkedIn business page to use this tool.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Comment and like as your company on LinkedIn Comment and like as your company on LinkedIn
ID ppefopdakcnljkflaiclmjpiebpeagde
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/comment-and-like-as-your/ppefopdakcnljkflaiclmjpiebpeagde
คำอธิบาย This Chrome Extension allows you to like and comment on any post on LinkedIn as your company profile(s).
ขนาดไฟล์ 50.11 KB
จำนวนการติดตั้ง 102
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2022-04-09
วันที่เผยแพร่ 2022-04-08
ผู้พัฒนา Science & Donuts Marketing
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.scienceanddonuts.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Comment and like as your company on LinkedIn",
    "description": "This Chrome Extension allows you to like and comment on any post on LinkedIn as your company profile(s).",
    "version": "1.5",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/www.linkedin.com\/*",
        "https:\/\/www.linkedin.com\/*",
        "https:\/\/*.linkedin.com\/*"
    ],
    "action": {
        "default_popup": "view\/popup.html",
        "default_icon": {
            "16": "\/images\/get_started16.png",
            "32": "\/images\/get_started32.png",
            "48": "\/images\/get_started48.png",
            "128": "\/images\/get_started128.png"
        }
    },
    "icons": {
        "16": "\/images\/get_started16.png",
        "32": "\/images\/get_started32.png",
        "48": "\/images\/get_started48.png",
        "128": "\/images\/get_started128.png"
    },
    "options_page": "view\/options.html",
    "content_scripts": [
        {
            "js": [
                "js\/constant.js",
                "js\/cookie.js",
                "js\/localstorage.js",
                "js\/datasource.js",
                "js\/post_handler.js",
                "js\/comment.js",
                "js\/company_button.js",
                "js\/linkedin.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "run_at": "document_start"
        }
    ]
}