Shortkut

Boost your productivity with AI powered shortcuts

Vad är Shortkut?

Shortkut är en Chrome-tillägg utvecklad av ShortkutAI, och dess huvudfunktion är "Boost your productivity with AI powered shortcuts".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Shortkut-förlängningens CRX-fil

Ladda ner Shortkut-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

                        Introducing Shortkut AI: Unleash the Power of Generative AI with Custom Shortcuts

Shortkut AI is an innovative and versatile chrome extension that empowers users to harness the capabilities of generative AI right at their fingertips. With Shortkut AI, you can now effortlessly invoke AI models to generate content for any input field on the internet, revolutionizing your online experience. Whether you're drafting a blog post, composing a tweet, or crafting a follow-up email, Shortkut AI will be your trusted companion in enhancing productivity and creativity.

Key Features:

1. Seamless Integration: Shortkut AI seamlessly integrates into your Chrome browser, making it easily accessible whenever you need it. Once installed, you'll find the Shortkut AI icon conveniently located in your toolbar, ready to assist you in generating compelling content with just a click.

2. Generative AI Power: Shortkut AI harnesses the power of state-of-the-art generative AI models, leveraging cutting-edge natural language processing techniques. The extension connects to powerful AI servers, ensuring lightning-fast response times and accurate content generation.

3. Custom Shortcuts: Shortkut AI enables you to create personalized shortcuts tailored to your specific needs. You can effortlessly configure shortcuts for various prompts, such as blog generators, tweet writers, follow-up email creators, and more. Simply define the shortcut, assign it a keyword or trigger, and you're ready to go. Say goodbye to repetitive writing tasks and hello to unparalleled efficiency!

4. Intelligent Content Generation: By utilizing AI models, Shortkut AI understands context, grammar, and tone, ensuring the generated content aligns seamlessly with your requirements. With a vast repository of training data, the AI models excel in mimicking human-like language patterns, producing high-quality content that is both engaging and authentic.

5. User-Friendly Interface: Shortkut AI boasts a user-friendly and intuitive interface, designed to enhance your productivity without any steep learning curve. The extension is easy to navigate, allowing you to effortlessly switch between different AI prompts, customize settings, and fine-tune the generated content to match your unique style and preferences.

6. Privacy and Security: We understand the importance of safeguarding your data and privacy. Shortkut AI operates securely, adhering to stringent privacy practices. All user interactions and data transmissions are encrypted to ensure confidentiality, and your personal information is never stored or shared with third parties.

7. Regular Updates and Improvements: Our dedicated team of developers is committed to continuously improving Shortkut AI, adding new AI models, expanding the library of shortcuts, and refining the user experience. You can expect regular updates to ensure you have access to the latest advancements in AI technology.

Whether you're a content creator, a social media enthusiast, or a professional seeking to streamline your writing process, Shortkut AI is the ultimate tool for boosting your productivity and unleashing your creativity. Say goodbye to writer's block and embrace the limitless possibilities of generative AI. Install Shortkut AI today and witness the transformative power of AI-enhanced content generation.                    

Grundläggande Information om Tillägg

Namn Shortkut Shortkut
ID kgmbdgafeheljngobiflcjfmhpmklncg
Officiell webbadress https://chromewebstore.google.com/detail/shortkut/kgmbdgafeheljngobiflcjfmhpmklncg
Beskrivning Boost your productivity with AI powered shortcuts
Filstorlek 612 KB
Antal Installationer 42
Aktuell Version 1.0.5
Senast Uppdaterad 2023-07-11
Publiceringsdatum 2023-05-14
Betyg 3.67/5 Totalt 3 Betyg
Utvecklare ShortkutAI
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://shortkut.ai
URL till Sekretesspolicy Sidan https://www.shortkut.ai/privacy
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        }
    },
    "version": "1.0.5",
    "author": "sujantkumarkv & uditkumar01",
    "name": "Shortkut",
    "description": "Boost your productivity with AI powered shortcuts",
    "background": {
        "service_worker": "background.93e42914.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "contents.04ff201a.js"
            ],
            "css": [
                "content.3435b64b.css",
                "contents.2f707827.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "resources": [
                "logo.5c3a28f0.png"
            ]
        }
    ]
}