Olly: Social Media Sidekick

AI-Generated Comments, Virality Scores, Posts across LinkedIn, X, Reddit, Facebook and more. Use with your OpenAI Key.

¿Qué es Olly: Social Media Sidekick?

Olly: Social Media Sidekick es una extensión de Chrome desarrollada por AISOLO TECH PVT LTD, y su función principal es "AI-Generated Comments, Virality Scores, Posts across LinkedIn, X, Reddit, Facebook and more. Use with your OpenAI Key.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Olly: Social Media Sidekick

Descarga archivos de extensión Olly: Social Media Sidekick en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        "Commenting: Your Biggest Growth Hack in the Social Media World"

Meet Olly, Your Personal AI Social Media Assistant

Engaging with your audience on social media has never been smarter or more impactful than with Olly. Olly isn't just a tool; it's your personal AI assistant dedicated to creating comments that resonate, connect, and expand your online presence.

Why Choose Olly?

AI-Powered Interactions: At the core of Olly is a sophisticated AI algorithm, expertly designed to craft personalized, relevant, and engaging comments. Olly knows exactly what to say to spark interest and interaction.

Grow Your Following: Discover the power of meaningful engagement. Each comment crafted by Olly is an opportunity to deepen connections and expand your audience. Let Olly turn your casual interactions into lasting relationships and a growing following.

Time-Saving Efficiency: Forget spending hours trying to craft the perfect response. Olly provides smart, tailored comments in mere seconds, allowing you more time to focus on your overall content and strategy.

Customized to Your Style: Olly listens to your voice and adapts to your unique communication style. Every AI-generated comment is fine-tuned to sound authentically like you.

Cost-Effective Engagement: With Olly, you pay for just what you need. Utilize your own OpenAI API Key for an efficient and economical approach to social media engagement.

Maximize Your Social Media Impact

Olly is the perfect partner for businesses aiming to boost brand engagement, influencers seeking to expand their reach, and individuals eager to make a mark in the digital landscape. Olly is more than just a commenting tool; it's a bridge to creating connections that truly matter.

Join the Olly revolution. Transform your interactions on social media, make every comment impactful, grow your following, and unleash the full potential of your online presence.

Olly: Where AI Meets Authentic Engagement – Your Personal Assistant in the Digital World.                    

Información Básica de la Extensión

Nombre Olly: Social Media Sidekick Olly: Social Media Sidekick
ID ofjpapfmglfjdhmadpegoeifocomaeje
URL Oficial https://chromewebstore.google.com/detail/olly-social-media-sidekic/ofjpapfmglfjdhmadpegoeifocomaeje
Descripción AI-Generated Comments, Virality Scores, Posts across LinkedIn, X, Reddit, Facebook and more. Use with your OpenAI Key.
Tamaño del Archivo 170 KB
Cantidad de Instalaciones 176
Versión Actual 1.1.1
Última Actualización 2024-02-19
Fecha de Publicación 2023-12-14
Calificación 5.00/5 Total de 11 Calificaciones
Desarrollador AISOLO TECH PVT LTD
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://www.olly.social/
URL de la Página de Ayuda https://www.olly.social/privacy-policy
URL de la Página de Política de Privacidad https://olly.social/privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "AI-Generated Comments, Virality Scores, Posts across LinkedIn, X, Reddit, Facebook and more. Use with your OpenAI Key.",
    "version": "1.1.1",
    "manifest_version": 3,
    "name": "Olly: Social Media Sidekick",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-48.png"
    },
    "chrome_url_overrides": [],
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.twitter.com\/*",
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/*.reddit.com\/*",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.x.com\/*",
        "*:\/\/*.producthunt.com\/*",
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.youtube.com\/*",
        "*:\/\/*.news.ycombinator.com\/*",
        "*:\/\/*.medium.com\/*",
        "*:\/\/*.quora.com\/*",
        "*:\/\/*.tiktok.com\/*",
        "*:\/\/*.bsky.app\/*"
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitter.com\/*",
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.reddit.com\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.x.com\/*",
                "*:\/\/*.producthunt.com\/*",
                "*:\/\/*.instagram.com\/*",
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.news.ycombinator.com\/*",
                "*:\/\/*.medium.com\/*",
                "*:\/\/*.quora.com\/*",
                "*:\/\/*.tiktok.com\/*",
                "*:\/\/*.bsky.app\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-48.png",
                "icon-16.png"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*",
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.reddit.com\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.x.com\/*",
                "*:\/\/*.producthunt.com\/*",
                "*:\/\/*.instagram.com\/*",
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.news.ycombinator.com\/*",
                "*:\/\/*.medium.com\/*",
                "*:\/\/*.quora.com\/*",
                "*:\/\/*.tiktok.com\/*",
                "*:\/\/*.bsky.app\/*"
            ]
        }
    ]
}