Supergrow.ai Extension

AI powered LinkedIn comments

Supergrow.ai Extension क्या है?

Supergrow.ai Extension Supergrow.ai Team द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "AI powered LinkedIn comments"।

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

screenshot

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

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

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

                        Are you finding it challenging to leave comments on LinkedIn? 

Do you struggle with generating insightful ideas for your comments?

Do you want to save time?

Do not want to post generic comments like “Good post!”, “Thanks for sharing”?

Get real, human-like comments. Say goodbye to generic comments like “Good post!”, “Thanks for sharing” and “Love your content!".

Here are the benefits:

1. Save hours writing comments to attract your prospects.
2. Guaranteed to be relevant and unique.
3. Stand out and capture the reader’s attention.
4. Increase profile visibility.

Install the extension and try it out for free.                    

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

नाम Supergrow.ai Extension Supergrow.ai Extension
ID gjpdbigebbbdciapaflndjkbhapgpkpa
आधिकारिक URL https://chromewebstore.google.com/detail/supergrowai-extension/gjpdbigebbbdciapaflndjkbhapgpkpa
विवरण AI powered LinkedIn comments
फ़ाइल का आकार 3.51 MB
स्थापना संख्या 154
वर्तमान संस्करण 0.4.2
अंतिम अपडेट 2023-09-11
प्रकाशन तिथि 2023-07-09
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Supergrow.ai Team
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://supergrow.ai/
सहायता पृष्ठ URL https://www.supergrow.ai/
गोपनीयता नीति पृष्ठ URL https://www.supergrow.ai/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "AI powered LinkedIn comments",
    "version": "0.4.2",
    "manifest_version": 3,
    "name": "Supergrow.ai Extension",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon.png"
            ],
            "matches": []
        }
    ],
    "permissions": [
        "storage",
        "*:\/\/*.linkedin.com\/*"
    ],
    "host_permissions": [
        "*:\/\/*.linkedin.com\/*"
    ]
}