AI Social Media Post Generator - LinkedIn™

Boost your next viral loop with AI rewriting in social media and make a thoughtful comment by AI.

AI Social Media Post Generator - LinkedIn™ क्या है?

AI Social Media Post Generator - LinkedIn™ Kovalchik Nathans द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Boost your next viral loop with AI rewriting in social media and make a thoughtful comment by AI."।

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

screenshot
screenshot
screenshot

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

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

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

                        Are you stuck in creativity, hard to find inspiration for your social media content? How can you achieve viral success in such a situation? Our extension has the perfect solution! With a vast collection of over 5 million viral posts, it's your source of inspiration to spark creativity. Harness the power of AI to enhance your efficiency in crafting compelling social media content. Let's turn your content creation journey into an inspiring adventure!

Features:
● 5M Viral-Loop Posts Database:
    ○ Revolutionize your content with a database of 5 million viral-loop posts. Just input your keywords, and discover a treasure trove of engaging content waiting for your creative touch.

● Boost Your Next Viral-Loop by Rewrite:
    ○ Elevate your content effortlessly! Click "Improve post with AI," and watch as the extension rewrites once-viral posts using your profile information. Unleash the power of GPT for content that captivates.

● AI Comment Maker:
    ○ Crafting thoughtful comments has never been easier! With a single click, generate diverse and engaging comments based on social media post content. Bring vibrancy to your interactions effortlessly.                    

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

नाम AI Social Media Post Generator - LinkedIn™ AI Social Media Post Generator - LinkedIn™
ID kgojhlllchdepinmopmlhihnipicpoah
आधिकारिक URL https://chromewebstore.google.com/detail/ai-social-media-post-gene/kgojhlllchdepinmopmlhihnipicpoah
विवरण Boost your next viral loop with AI rewriting in social media and make a thoughtful comment by AI.
फ़ाइल का आकार 8.94 MB
स्थापना संख्या 41,656
वर्तमान संस्करण 1.4.6
अंतिम अपडेट 2023-12-29
प्रकाशन तिथि 2023-02-15
रेटिंग 4.57/5 कुल 95 रेटिंग्स
डेवलपर Kovalchik Nathans
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://docs.google.com/document/d/1knNl3YOKIpA69YbwX3LvWFQwLlkTiVImhQP4bvsMp1c/edit?usp=sharing
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "icons": {
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_title": "GPT Popup",
        "default_icon": {
            "128": "icons\/gpt-linkedin-logo.png"
        },
        "default_popup": "popup.html"
    },
    "options_page": ".\/options.html",
    "commands": {
        "toggle_linkedInChatGPT": {
            "description": "Run linkedInChatGPT on the current page.",
            "suggested_key": {
                "chromeos": "Ctrl+M",
                "default": "Ctrl+M",
                "linux": "Ctrl+M",
                "mac": "Command+M",
                "windows": "Ctrl+M"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "css": [],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*.openai.com\/*"
            ],
            "js": [
                "js\/chatgpt-script.js"
            ],
            "css": [],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.openai.com\/*",
                "*:\/\/*.linkedradar.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/*.openai.com\/*",
        "*:\/\/*.linkedradar.com\/*"
    ],
    "version": "1.4.6"
}