AiTuTu ChatGPT Sidebar Assistant

AiTuTu: Powered by OpenAI's ChatGPT, it enables quick activation, free questioning, and one-click paraphrasing of selected content

AiTuTu ChatGPT Sidebar Assistant란 무엇입니까?

AiTuTu ChatGPT Sidebar Assistant은(는) iDooy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AiTuTu: Powered by OpenAI's ChatGPT, it enables quick activation, free questioning, and one-click paraphrasing of selected content"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

AiTuTu ChatGPT Sidebar Assistant 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ✅ No need for a key, just open and use it. Welcome to recommend installation!


Chat:
🎉🎉🎉 When browsing the webpage, you can ask any questions you encounter, including copywriting, code generation, problem finding, etc. 🎉🎉🎉
Select text shortcut:
When browsing a webpage, it supports the following shortcut operations for the selected webpage text content:
one ✅  Change to a new version without changing the original intention;
two ✅  Translate into English;
three ✅  Rewrite into a Xiaohongshu style copy;
four ✅  Rewrite into Weibo style copywriting;
five ✅  Generate a new product title introduction from the product title and introduction.
📧 contact us:
If you have any questions or suggestions, please contact [email protected] Contact us.                    

확장 프로그램 기본 정보

이름 AiTuTu ChatGPT Sidebar Assistant AiTuTu ChatGPT Sidebar Assistant
ID emlhccamlobhceppbjdaikinbamncbcl
공식 URL https://chromewebstore.google.com/detail/aitutu-chatgpt-sidebar-as/emlhccamlobhceppbjdaikinbamncbcl
설명 AiTuTu: Powered by OpenAI's ChatGPT, it enables quick activation, free questioning, and one-click paraphrasing of selected content
파일 크기 1.97 MB
설치 횟수 1,295
현재 버전 1.1.4
최근 업데이트 2023-05-31
출시 날짜 2023-05-05
평점 4.50/5 총 2 개의 평점
개발자 iDooy
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://www.privacypolicies.com/live/b2de40e3-f694-4d34-bee0-ee770002529c
개인정보 보호 정책 페이지 URL https://www.lingduquan.com/info/privacy
지원되는 언어 en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "version": "1.1.4",
    "icons": {
        "16": "assets\/icons\/icon128.png",
        "48": "assets\/icons\/icon128.png",
        "128": "assets\/icons\/icon128.png"
    },
    "action": {
        "default_title": "__MSG_app_name__",
        "default_popup": "popup.html"
    },
    "options_page": "option.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript-loader-content.7983eef0.js"
            ],
            "run_at": "document_start",
            "css": []
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "assets\/background.fda4e89b.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/*"
            ]
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/css\/content.css",
                "assets\/png\/aitutu.png",
                "assets\/runtime-dom.esm-bundler.5786390f.js",
                "assets\/plugin-vue_export-helper.f63bf49c.js",
                "assets\/_commonjsHelpers.712cc82f.js",
                "assets\/content.7983eef0.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "default_locale": "en",
    "manifest_version": 3
}