EngageAlot

The fastest way to answer Youtube comments. Powered by artifical intelligence.

EngageAlot란 무엇입니까?

EngageAlot은(는) https://engagealot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The fastest way to answer Youtube comments. Powered by artifical intelligence."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

EngageAlot 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        EngageAlot allows Youtube creators to answer comments using only keyboard shortcuts. Heart, like, and respond to comments much faster without ever touching your mouse. Set up canned responses & emojis and quickly insert them with a single shortcut.

New: Automatically generated smart responses powered by world-class artificial intelligence. 

Skyrocket your engagement and grow your channel faster!                    

확장 프로그램 기본 정보

이름 EngageAlot EngageAlot
ID elnjbdfjladkghpddnmejkdpgeglbedp
공식 URL https://chromewebstore.google.com/detail/engagealot/elnjbdfjladkghpddnmejkdpgeglbedp
설명 The fastest way to answer Youtube comments. Powered by artifical intelligence.
파일 크기 167 KB
설치 횟수 21
현재 버전 2022.4.2
최근 업데이트 2022-04-03
출시 날짜 2022-03-06
평점 5.00/5 총 4 개의 평점
개발자 https://engagealot.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://engagealot.com
도움말 페이지 URL https://engagealot.com/contact
개인정보 보호 정책 페이지 URL https://engagealot.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EngageAlot",
    "description": "The fastest way to answer Youtube comments. Powered by artifical intelligence.",
    "version": "2022.4.2",
    "manifest_version": 3,
    "homepage_url": "https:\/\/engagealot.com\/",
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "\/images\/engagealot_icon_16.png",
        "32": "\/images\/engagealot_icon_32.png",
        "48": "\/images\/engagealot_icon_48.png",
        "128": "\/images\/engagealot_icon_128.png"
    },
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "permissions": [
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/engagealot-server.com\/",
        "https:\/\/engagealot.com\/"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/engagealot.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.studio.youtube.com\/*"
            ],
            "js": [
                ".\/static\/js\/content_script.js"
            ],
            "css": [
                "\/css\/youtube_comments.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/css\/youtube_comments.css",
                "\/images\/*"
            ],
            "matches": [
                "https:\/\/*.studio.youtube.com\/*"
            ]
        }
    ]
}