TwoSlash: An OpenAI ChatGPT Chrome Extension

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

Что такое TwoSlash: An OpenAI ChatGPT Chrome Extension?

TwoSlash: An OpenAI ChatGPT Chrome Extension - это расширение Chrome, разработанное twoslash, и его основная функция - "Type '//ai' in any text field on your browser and unleash the power of ChatGPT AI.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения TwoSlash: An OpenAI ChatGPT Chrome Extension

Скачайте файлы расширений TwoSlash: An OpenAI ChatGPT Chrome Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        🚀 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                    

Основная информация о расширении

Название TwoSlash: An OpenAI ChatGPT Chrome Extension TwoSlash: An OpenAI ChatGPT Chrome Extension
ID nejdeohbihmiaamplfbgdoeaoikcanjm
Официальный URL https://chromewebstore.google.com/detail/twoslash-an-openai-chatgp/nejdeohbihmiaamplfbgdoeaoikcanjm
Описание Type '//ai' in any text field on your browser and unleash the power of ChatGPT AI.
Размер файла 4 MB
Количество установок 160
Текущая Версия 2.0.7
Последнее Обновление 2023-09-18
Дата публикации 2023-06-06
Рейтинг 5.00/5 Всего 2 оценок
Разработчик twoslash
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения https://twoslash.ai/
URL страницы помощи https://twoslash.ai/support
URL страницы политики конфиденциальности https://twoslash.ai/privacy-policy
Поддерживаемые языки 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"
    }
}