EngageAlot

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

EngageAlot là gì?

EngageAlot là một tiện ích mở rộng Chrome được phát triển bởi https://engagealot.com, và tính năng chính của nó là "The fastest way to answer Youtube comments. Powered by artifical intelligence.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng EngageAlot

Tải xuống các tệp mở rộng EngageAlot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên EngageAlot EngageAlot
ID elnjbdfjladkghpddnmejkdpgeglbedp
URL Chính Thức https://chromewebstore.google.com/detail/engagealot/elnjbdfjladkghpddnmejkdpgeglbedp
Mô tả The fastest way to answer Youtube comments. Powered by artifical intelligence.
Kích Thước Tệp 167 KB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 2022.4.2
Cập Nhật Lần Cuối 2022-04-03
Ngày Phát Hành 2022-03-06
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://engagealot.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://engagealot.com
URL Trang Trợ Giúp https://engagealot.com/contact
URL Trang Chính Sách Bảo Mật https://engagealot.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}