LinComment

Suggests relevant and thoughtful comments for LinkedIn posts, helping you engage in online discussions and add valuable insights.

LinComment क्या है?

LinComment ventures द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Suggests relevant and thoughtful comments for LinkedIn posts, helping you engage in online discussions and add valuable insights."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में LinComment एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Are you tired of struggling to come up with interesting comments on LinkedIn? Our new Chrome extension is here to help! With just a few clicks, you can generate contextual replies to any LinkedIn post using the power of GPT AI. 

Simply select the post, click the "Generate Comments" button, and our advanced natural language processing technology will do the rest. Never run out of things to say again! Try it out now and take your LinkedIn presence to the next level.

- Quickly and easily generate relevant comments with just a few clicks
- Powered by state-of-the-art natural language processing technology
- Boost your LinkedIn engagement and make meaningful connections with ease.

Once the system has provided some suggestions you can easily tweak them to reflect your true point of view and then easily Like and Post.

Try it today with 25 credits totally free.                    

एक्सटेंशन की मूल जानकारी

नाम LinComment LinComment
ID ihclelbigemkpdnbjkenimnbgkepieka
आधिकारिक URL https://chromewebstore.google.com/detail/lincomment/ihclelbigemkpdnbjkenimnbgkepieka
विवरण Suggests relevant and thoughtful comments for LinkedIn posts, helping you engage in online discussions and add valuable insights.
फ़ाइल का आकार 4.1 MB
स्थापना संख्या 260
वर्तमान संस्करण 4.4.6
अंतिम अपडेट 2023-11-28
प्रकाशन तिथि 2023-01-31
रेटिंग 4.79/5 कुल 14 रेटिंग्स
डेवलपर ventures
ईमेल [email protected]
भुगतान के प्रकार in_app
गोपनीयता नीति पृष्ठ URL https://youarelincredible.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Suggests relevant and thoughtful comments for LinkedIn posts, helping you engage in online discussions and add valuable insights.",
    "version": "4.4.6",
    "manifest_version": 3,
    "name": "LinComment",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/favicon.png"
    },
    "icons": {
        "128": "assets\/favicon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "sidebar.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "*.svg",
                "*.gif"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/lincomment-cfb0e.web.app\/*"
        ]
    }
}