Younet: Personalized AI to write & respond

Write & Respond Anywhere with Personalized AI model.

Younet: Personalized AI to write & respond란 무엇입니까?

Younet: Personalized AI to write & respond은(는) https://younet.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Write & Respond Anywhere with Personalized AI model."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Younet: Personalized AI to write & respond 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Introducing Younet chrome extension, a personalized copilot anywhere you need to write or respond!

➤ What is it?
Younet is a personalized AI technology that empowers you to write or respond contextually relevant drafts, responses, ideas, and more instantly across any CRM, Email, Text Form, Google Docs, Help Desk, and various other platforms.

With this extension you may connect your created AI model and always have it by your side. You'll have the ultimate assistant to tackle complex questions and tasks. Whether you need help writing emails, reading articles, or conducting smart searches, Younet AI is here to assist you.

➤ How to start?
Here are some quick start tips:

1. Install the extension and click on it to Login.

2. Once you logged-in, you can now use @younet command to activate extension, the simply ask what you need to write.

3. Select any text or a question on the page you want to receive a response and click Reply with Younet or right mouse click then Reply with Younet.

4. In Gmail it’s fully integrated to use native buttons directly in the email to respond.

Experience the power or AI, and take your productivity to new heights. Get started today!

➤ Is it free to use?
Yes, current version of Chrome extension and all capabilities of the platform are free to use but require approval by Younet.

➤ Terms and Conditions
By installing the extension, you agree to and acknowledge:
www.younet.ai/terms-and-conditions
www.younet.ai/terms-and-conditions#privacy-policy                    

확장 프로그램 기본 정보

이름 Younet: Personalized AI to write & respond Younet: Personalized AI to write & respond
ID ahabdciobjaamioehoaifaoabkimhegj
공식 URL https://chromewebstore.google.com/detail/younet-personalized-ai-to/ahabdciobjaamioehoaifaoabkimhegj
설명 Write & Respond Anywhere with Personalized AI model.
파일 크기 481 KB
설치 횟수 193
현재 버전 0.1.73
최근 업데이트 2024-02-08
출시 날짜 2023-08-08
평점 5.00/5 총 5 개의 평점
개발자 https://younet.ai
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://www.younet.ai
도움말 페이지 URL https://support.younet.ai/
개인정보 보호 정책 페이지 URL https://younet.ai/terms-and-conditions
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "YouNet",
    "description": "Write & Respond Anywhere with Personalized AI model.",
    "name": "Younet: Personalized AI to write & respond",
    "version": "0.1.73",
    "manifest_version": 3,
    "homepage_url": "https:\/\/younet.ai",
    "default_locale": "en",
    "action": {
        "default_icon": {
            "16": "icons\/favicon-16x16.png",
            "32": "icons\/favicon-32x32.png"
        },
        "default_popup": "src\/entries\/popup\/index.html"
    },
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjkKGL3ul7fI3GNbjQ2dfCXh2NA5rmNjYbh+pJ34Bbodg+2vspHn67g3fYauYtnIG5dEdJ7etGvT6S9O2bwcRF7UUJjP\/DG6XWdo0ozVrUyb36wwKAsweLEwnv5YOZQhsPpAJoIFF\/DJzQQKKjtipXqQnBN34nwBpsuChuUwApjC9+7gH2VqW7I+eaXnSJK85zP1dpAL4kxsibgIeS1Doe0x6aGUelMVWC317+4IAhjaGgM+JtoYulXKbz3k8JVN0yT5RUOQagLwUxzFuwS+955n8sYTGu3LlxVl55PmJ7hx1kjkVorWc5FmO1gI91cgvVSGj\/HeMIs2Yicy+oJaOaQIDAQAB",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/docs.google.com\/document\/*"
            ],
            "run_at": "document_start",
            "js": [
                "src\/entries\/contentScript\/googleDocs.js"
            ],
            "world": "MAIN"
        },
        {
            "js": [
                "src\/entries\/contentScript\/getToken\/index.js"
            ],
            "matches": [
                "http:\/\/landing-staging.younet.ai\/*",
                "https:\/\/www.younet.ai\/*"
            ]
        },
        {
            "js": [
                "src\/entries\/contentScript\/gmail\/main.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "src\/entries\/contentScript\/keyboard\/index.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end",
            "exclude_matches": [
                "*:\/\/docs.google.com\/spreadsheets\/*"
            ]
        },
        {
            "js": [
                "src\/entries\/contentScript\/toast\/index.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "src\/entries\/contentScript\/InfoTooltip\/InfoTooltip.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end",
            "exclude_matches": [
                "*:\/\/docs.google.com\/spreadsheets\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.younet.ai\/*"
    ],
    "icons": {
        "16": "icons\/favicon-16x16.png",
        "32": "icons\/favicon-32x32.png",
        "128": "icons\/apple-touch-icon.png"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "tabs"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.younet.ai\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/img\/GPT-40.png",
                "assets\/icons\/settings-svgrepo-com.svg",
                "assets\/icons\/close-svgrepo-com.svg",
                "assets\/loading-ynt.gif",
                "assets\/img\/logo-color.png",
                "assets\/img\/logo-white.png"
            ]
        },
        {
            "resources": [
                "assets\/src\/entries\/contentScript\/getToken\/index-33d029dd.js",
                "assets\/browser-polyfill-547a2758.js",
                "assets\/service-77a029ef.js"
            ],
            "matches": [
                "http:\/\/landing-staging.younet.ai\/*",
                "https:\/\/www.younet.ai\/*"
            ],
            "use_dynamic_url": true
        },
        {
            "resources": [
                "assets\/src\/entries\/contentScript\/gmail\/main-bebb508d.js",
                "assets\/jsxRuntime.module-1b8709b2.js",
                "assets\/renderContent-fb6c93f2.js",
                "assets\/browser-polyfill-547a2758.js",
                "assets\/useIncludedUrls-f976ed34.js",
                "assets\/findAndClickReplyButton-224baa63.js",
                "assets\/store-9e2adc2a.js",
                "assets\/hooks-d37def18.js",
                "assets\/react-toastify.esm-4b28e5e6.js",
                "assets\/main-c2f69731.css",
                "assets\/useIncludedUrls-7092d731.css"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "use_dynamic_url": true
        },
        {
            "resources": [
                "assets\/GPT-Full-30a4578f.png",
                "assets\/Settings-0d458532.js",
                "assets\/browser-polyfill-547a2758.js",
                "assets\/config-54ba070b.js",
                "assets\/findAndClickReplyButton-224baa63.js",
                "assets\/getRangeAndRects-0f7d6458.js",
                "assets\/helpers-29333509.js",
                "assets\/hooks-d37def18.js",
                "assets\/index-1e31ea0e.css",
                "assets\/index-861d9142.css",
                "assets\/jsxRuntime.module-1b8709b2.js",
                "assets\/loading-ynt-a56878c5.gif",
                "assets\/logo-color-24129a23.png",
                "assets\/react-toastify.esm-4b28e5e6.js",
                "assets\/renderContent-fb6c93f2.js",
                "assets\/service-77a029ef.js",
                "assets\/src\/entries\/contentScript\/InfoTooltip\/InfoTooltip-4ff8c8a7.js",
                "assets\/src\/entries\/contentScript\/keyboard\/index-ce849464.js",
                "assets\/src\/entries\/contentScript\/toast\/index-ee59b7a7.js",
                "assets\/store-9e2adc2a.js",
                "assets\/useIncludedUrls-7092d731.css",
                "assets\/useIncludedUrls-f976ed34.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}