Social AI Assistant: Twitter & Linkedin

Enhance social media interactions with AI completed replies on Twitter & Linkedin. Never run out of ideas again!

什麼是Social AI Assistant: Twitter & Linkedin?

Social AI Assistant: Twitter & Linkedin是由https://sleebit.com開發的Chrome擴展程式,該擴展的主要功能是“Enhance social media interactions with AI completed replies on Twitter & Linkedin. Never run out of ideas again!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Social AI Assistant: Twitter & Linkedin擴展crx文件

下載Social AI Assistant: Twitter & Linkedin擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Are you tired of staring at your blank screen, struggling to come up with the perfect response to that tweet/ post? Say goodbye to blank writer's block and hello to effortless, engaging replies with our Social AI Assistant!

💡 Save time and enhance quality by starting with AI-generated responses, then customize them to your liking. This approach streamlines content creation, ensuring efficiency and improved results.

🧠 Context Matters:

Our AI understands the nuances of each tweet/ post, ensuring that your responses fit perfectly. No more generic or off-topic replies – only intelligent, context-aware interactions.

🤯 Unleash Your Creativity:

Imagine having a professional content writer by your side, ready to provide witty, informative, and impactful responses whenever you need them. With the Social AI Assistant, that's exactly what you get.

💬 Join the Conversation:

You can transform your social media interactions with our Free Social AI assistant. Don't miss out on the future of social engagement – install the Social AI Assistant now and join the ranks of content creators who are making waves!

Ready to take your social media game to the next level? Install the Social AI Assistant today and let the magic of AI turn your online presence into a viral sensation. Don't just respond; inspire, engage, and leave a lasting impression!                    

擴展基本資訊

名稱 Social AI Assistant: Twitter & Linkedin Social AI Assistant: Twitter & Linkedin
ID hhmnpeafdkdhgghnmbglliileijdhfgh
官方網址 https://chromewebstore.google.com/detail/social-ai-assistant-twitt/hhmnpeafdkdhgghnmbglliileijdhfgh
簡介 Enhance social media interactions with AI completed replies on Twitter & Linkedin. Never run out of ideas again!
檔案大小 47.56 KB
安裝次數 48
目前版本 0.0.12
更新時間 2023-10-08
上架時間 2023-09-03
評分 4.80/5 共 5 次評分
開發者 https://sleebit.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://sleebit.com
說明頁面URL https://sleebit.com/contact
隱私政策頁面URL https://sleebit.com/privacy/sleebit-ai-replies
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Social AI Assistant: Twitter & Linkedin",
    "description": "Enhance social media interactions with AI completed replies on Twitter & Linkedin. Never run out of ideas again!",
    "version": "0.0.12",
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_popup": "popup\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "content.style.css"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/linkedin.com\/*",
                "https:\/\/www.linkedin.com\/*"
            ],
            "css": [
                "content.style.css"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "css": [
                "content.style.css"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}