LinkedIn Comment Generator

Generates comments for LinkedIn using ChatGPT

LinkedIn Comment Generator क्या है?

LinkedIn Comment Generator Onibaku द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generates comments for LinkedIn using ChatGPT"।

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

screenshot
screenshot

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

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

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

                        The LinkedIn™ Comment Enhancer is designed to optimize your commenting experience on LinkedIn™, taking your engagement to new heights.

The LinkedIn™ Comment Generator is an innovative browser extension that revolutionizes the way you engage and interact on LinkedIn™. Designed to save you time and effort, this cutting-edge solution automatically generates professional and thoughtful comments for your LinkedIn posts, enabling you to stay active and connected with your network effortlessly. 

💫AI-Powered Comment Generation:

Leveraging the power of artificial intelligence (ChatGPT), the LinkedIn™ Comment Generator analyses the context of your post and generates relevant, high-quality comments. This tool provides you with a well-crafted comment.

🕒Time-Saving Efficiency:
Save significant time and energy by automating the comment generation process. The LinkedIn™ Comment Generator eliminates the need for repetitive manual typing, allowing you to focus on more strategic and value-added activities while maintaining an active presence on LinkedIn™.

⭐Get started
Sign up for a trial once the browser extension is installed. You'll get a 7-day free trial with a limit of 50 comments (you just need your email!). You can upgrade your account to a paid one via the extension for just £9.99 a month!                    

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

नाम LinkedIn Comment Generator LinkedIn Comment Generator
ID ffmallpmnjkabhcdiphboclnmipgeemh
आधिकारिक URL https://chromewebstore.google.com/detail/linkedin-comment-generato/ffmallpmnjkabhcdiphboclnmipgeemh
विवरण Generates comments for LinkedIn using ChatGPT
फ़ाइल का आकार 64.51 KB
स्थापना संख्या 162
वर्तमान संस्करण 1.7.1
अंतिम अपडेट 2023-09-08
प्रकाशन तिथि 2023-07-03
डेवलपर Onibaku
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://onibaku.co.uk
गोपनीयता नीति पृष्ठ URL https://freemobilelottery.org/privacy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "homepage_url": "https:\/\/onibaku.co.uk",
    "version": "1.7.1",
    "version_name": "1.7.1",
    "manifest_version": 3,
    "default_locale": "en",
    "minimum_chrome_version": "88",
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "assets\/img\/128x128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/www.facebook.com\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "assets\/img\/16x16.png",
            "24": "assets\/img\/24x24.png",
            "32": "assets\/img\/32x32.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "linkedin.js"
            ],
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/feed\/*"
            ]
        },
        {
            "js": [
                "facebook.js"
            ],
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ]
        },
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "extpay_content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{34ea1581-577b-4484-9c47-6ab1624c725b}"
        }
    },
    "background": {
        "service_worker": "background.js"
    }
}