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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
            ]
        }
    ]
}