TwoSlash: An OpenAI ChatGPT Chrome Extension

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

Co to jest TwoSlash: An OpenAI ChatGPT Chrome Extension?

TwoSlash: An OpenAI ChatGPT Chrome Extension to rozszerzenie Chrome opracowane przez twoslash, a jego główną funkcją jest „Type '//ai' in any text field on your browser and unleash the power of ChatGPT AI.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia TwoSlash: An OpenAI ChatGPT Chrome Extension

Pobierz pliki rozszerzeń TwoSlash: An OpenAI ChatGPT Chrome Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        🚀 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                    

Podstawowe informacje o rozszerzeniu

Nazwa TwoSlash: An OpenAI ChatGPT Chrome Extension TwoSlash: An OpenAI ChatGPT Chrome Extension
ID nejdeohbihmiaamplfbgdoeaoikcanjm
Oficjalny URL https://chromewebstore.google.com/detail/twoslash-an-openai-chatgp/nejdeohbihmiaamplfbgdoeaoikcanjm
Opis Type '//ai' in any text field on your browser and unleash the power of ChatGPT AI.
Rozmiar pliku 4 MB
Liczba instalacji 160
Aktualna Wersja 2.0.7
Ostatnia Aktualizacja 2023-09-18
Data Publikacji 2023-06-06
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper twoslash
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://twoslash.ai/
Adres URL Strony Pomocy https://twoslash.ai/support
Adres URL Strony Polityki Prywatności https://twoslash.ai/privacy-policy
Obsługiwane Języki 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"
    }
}