EngageAlot
The fastest way to answer Youtube comments. Powered by artifical intelligence.
EngageAlot क्या है?
EngageAlot https://engagealot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The fastest way to answer Youtube comments. Powered by artifical intelligence."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में EngageAlot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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\/*" ] } ] } |