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 là gì?

TwoSlash: An OpenAI ChatGPT Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi twoslash, và tính năng chính của nó là "Type '//ai' in any text field on your browser and unleash the power of ChatGPT AI.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TwoSlash: An OpenAI ChatGPT Chrome Extension

Tải xuống các tệp mở rộng TwoSlash: An OpenAI ChatGPT Chrome Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        🚀 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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TwoSlash: An OpenAI ChatGPT Chrome Extension TwoSlash: An OpenAI ChatGPT Chrome Extension
ID nejdeohbihmiaamplfbgdoeaoikcanjm
URL Chính Thức https://chromewebstore.google.com/detail/twoslash-an-openai-chatgp/nejdeohbihmiaamplfbgdoeaoikcanjm
Mô tả Type '//ai' in any text field on your browser and unleash the power of ChatGPT AI.
Kích Thước Tệp 4 MB
Số Lần Cài Đặt 160
Phiên Bản Hiện Tại 2.0.7
Cập Nhật Lần Cuối 2023-09-18
Ngày Phát Hành 2023-06-06
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển twoslash
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://twoslash.ai/
URL Trang Trợ Giúp https://twoslash.ai/support
URL Trang Chính Sách Bảo Mật https://twoslash.ai/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}