NewAge InstaChat

Extension de Mensajeria Instantánea | New Age Systems

What is NewAge InstaChat?

NewAge InstaChat is a Chrome extension developed by https://newage.com.py/newage, and its main feature is "Extension de Mensajeria Instantánea | New Age Systems".

Extension Screenshots

screenshot
screenshot
screenshot

Download NewAge InstaChat Extension CRX File

Download NewAge InstaChat 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

                        Chat Interno del sistema de New Age Systems.

Esta extensión permite al usuario conectarse al chat interno de la empresa con su cuenta existente. Una vez logueado podrá acceder a todos sus contactos para poder comunicarse con ellos de forma instantánea.

Esta extensión esta pensada para brindar al usuario una mayor comodidad a la hora de abrir el sistema de mensajería adquirido.

Importante: Solo los usuarios que posean una cuenta existente podrán usar esta extensión.                    

Extension Basic Information

Name NewAge InstaChat NewAge InstaChat
ID eljmhfhalgkpflpmoogppofgjaaohegl
Official URL https://chromewebstore.google.com/detail/newage-instachat/eljmhfhalgkpflpmoogppofgjaaohegl
Description Extension de Mensajeria Instantánea | New Age Systems
File Size 23.49 KB
Installation Count 19
Current Version 1.0.8
Last Updated 2020-01-13
Publish Date 2020-01-13
Developer https://newage.com.py/newage
Email [email protected]
Payment Type free
Extension Website https://newage.com.py/newage/
Supported Languages es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NewAge InstaChat",
    "version": "1.0.8",
    "description": "Extension de Mensajeria Instant\u00e1nea | New Age Systems",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "background"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        }
    },
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/chat.newage.systems\/*"
        ]
    },
    "manifest_version": 2
}