Chatbot Extension
This extension will redirect to Chatbot page
What is Chatbot Extension?
Chatbot Extension is a Chrome extension developed by Prashanth, and its main feature is "This extension will redirect to Chatbot page".
Download Chatbot Extension Extension CRX File
Download Chatbot Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | ![]() |
ID | oflbbecegcmjpnkidolkggaeaecgjpkj |
Official URL | https://chrome.google.com/webstore/detail/chatbot-extension/oflbbecegcmjpnkidolkggaeaecgjpkj |
Description | This extension will redirect to Chatbot page |
File Size | 74.98 KB |
Installation Count | 89 |
Current Version | 1.0 |
Last Updated | 2018-07-02 |
Publish Date | 2018-07-02 |
Developer | Prashanth |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chatbot Extension", "description": "This extension will redirect to Chatbot page", "version": "1.0", "browser_action": { "default_icon": "Chatbot.png", "default_popup": "test.html" }, "permissions": [ "activeTab" ] } |