TwoSlash: An OpenAI ChatGPT Chrome Extension

Type '//ai' in any text field on your browser and unleash the power of ChatGPT AI.

Co je TwoSlash: An OpenAI ChatGPT Chrome Extension?

TwoSlash: An OpenAI ChatGPT Chrome Extension je rozšíření Chrome vyvinuté twoslash, a jeho hlavní funkcí je „Type '//ai' in any text field on your browser and unleash the power of ChatGPT AI.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření TwoSlash: An OpenAI ChatGPT Chrome Extension

Stáhněte si soubory rozšíření TwoSlash: An OpenAI ChatGPT Chrome Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        🚀 Welcome to TwoSlash, the ultimate productivity tool that harnesses the power of ChatGPT AI to enhance your online experience.

🌟 Features at a Glance:
✓ Fix bugs and write code in your preferred programming language
✓ Create and improve social media content across multiple platforms
✓ Write, reply, and summarize emails for a professional touch
✓ Generate and understand Google Sheets formulas seamlessly
✓ Translate content to different languages with accuracy
✓ Boost your productivity with AI-powered tasks

✨ How It Works
Simply type "//ai" anywhere you can enter text on the web, and watch as your ideas transform into reality. TwoSlash empowers you to generate content, improve grammar, translate languages, write and fix code, and much more—all with the speed and precision of ChatGPT AI. Let your creativity flow, while TwoSlash handles the heavy lifting.

🔒 Simple Pricing, No Hassle
Enjoy the full range of TwoSlash features with our straightforward pricing plan. For just $9 per month, unlock unlimited access to all current and upcoming features, without the need for an API key. Experience the power of TwoSlash today and take your productivity to new heights.

👨‍💻 Coding Made Effortless
Developers, rejoice! TwoSlash makes coding a breeze. Fix bugs, write code in your preferred programming language, explain complex code snippets, and even convert code to a different language—all in seconds. With TwoSlash, your coding journey becomes smoother and more enjoyable.

🐦 Supercharge Your Social Media Presence
Level up your social media game with TwoSlash. Craft compelling Facebook, LinkedIn, Instagram, and Twitter posts effortlessly. Engage with your audience by leveraging AI to reply to comments and direct messages, and watch your social media presence grow organically.

📧 Professional Emailing, Simplified
Impress clients and colleagues with professional emails, written flawlessly by TwoSlash. Compose new emails, reply promptly, and summarize lengthy email threads with ease. TwoSlash ensures your communication stands out, giving you more time to focus on what matters most.

📊 Master Google Sheets with ChatGPT's AI
Supercharge your Google Sheets productivity using TwoSlash. Generate complex formulas right within Google Sheets, saving you valuable time and effort. Need to understand a specific formula? TwoSlash provides clear explanations, empowering you to navigate spreadsheets effortlessly.

🌐 Search Keywords: AI productivity tool, code writing, social media generator, email assistant, Google Sheets formulas, translate languages, coding made easy, boost productivity, effortless automation, AI-powered tasks, professional content generation, enhanced web experience                    

Základní Informace o Rozšíření

Název TwoSlash: An OpenAI ChatGPT Chrome Extension TwoSlash: An OpenAI ChatGPT Chrome Extension
ID nejdeohbihmiaamplfbgdoeaoikcanjm
Oficiální URL https://chromewebstore.google.com/detail/twoslash-an-openai-chatgp/nejdeohbihmiaamplfbgdoeaoikcanjm
Popis Type '//ai' in any text field on your browser and unleash the power of ChatGPT AI.
Velikost souboru 4 MB
Počet instalací 160
Aktuální Verze 2.0.7
Poslední Aktualizace 2023-09-18
Datum Vydání 2023-06-06
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář twoslash
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://twoslash.ai/
URL Stránky Nápovědy https://twoslash.ai/support
URL Stránky Zásad Ochrany Soukromí https://twoslash.ai/privacy-policy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.7",
    "description": "Type '\/\/ai' in any text field on your browser and unleash the power of ChatGPT AI.",
    "manifest_version": 3,
    "name": "TwoSlash: An OpenAI ChatGPT Chrome Extension",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/logo.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "images\/logo.png",
            "24": "images\/logo.png",
            "32": "images\/logo.png"
        },
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/logo.png",
        "32": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    }
}