TwoSlash: An OpenAI ChatGPT Chrome Extension

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

Vad är TwoSlash: An OpenAI ChatGPT Chrome Extension?

TwoSlash: An OpenAI ChatGPT Chrome Extension är en Chrome-tillägg utvecklad av twoslash, och dess huvudfunktion är "Type '//ai' in any text field on your browser and unleash the power of ChatGPT AI.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner TwoSlash: An OpenAI ChatGPT Chrome Extension-förlängningens CRX-fil

Ladda ner TwoSlash: An OpenAI ChatGPT Chrome Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        🚀 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                    

Grundläggande Information om Tillägg

Namn TwoSlash: An OpenAI ChatGPT Chrome Extension TwoSlash: An OpenAI ChatGPT Chrome Extension
ID nejdeohbihmiaamplfbgdoeaoikcanjm
Officiell webbadress https://chromewebstore.google.com/detail/twoslash-an-openai-chatgp/nejdeohbihmiaamplfbgdoeaoikcanjm
Beskrivning Type '//ai' in any text field on your browser and unleash the power of ChatGPT AI.
Filstorlek 4 MB
Antal Installationer 160
Aktuell Version 2.0.7
Senast Uppdaterad 2023-09-18
Publiceringsdatum 2023-06-06
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare twoslash
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://twoslash.ai/
Hjälpsida URL https://twoslash.ai/support
URL till Sekretesspolicy Sidan https://twoslash.ai/privacy-policy
Stödda Språk 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"
    }
}