Shortkut

Boost your productivity with AI powered shortcuts

什麼是Shortkut?

Shortkut是由ShortkutAI開發的Chrome擴展程式,該擴展的主要功能是“Boost your productivity with AI powered shortcuts”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Shortkut擴展crx文件

下載Shortkut擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Shortkut Shortkut
ID kgmbdgafeheljngobiflcjfmhpmklncg
官方網址 https://chromewebstore.google.com/detail/shortkut/kgmbdgafeheljngobiflcjfmhpmklncg
簡介 Boost your productivity with AI powered shortcuts
檔案大小 612 KB
安裝次數 42
目前版本 1.0.5
更新時間 2023-07-11
上架時間 2023-05-14
評分 3.67/5 共 3 次評分
開發者 ShortkutAI
電子郵箱 [email protected]
付費類型 free
擴展官網 https://shortkut.ai
隱私政策頁面URL https://www.shortkut.ai/privacy
支援的語言 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"
            ]
        }
    ]
}