NewAge InstaChat

Extension de Mensajeria Instantánea | New Age Systems

什么是NewAge InstaChat?

NewAge InstaChat是由https://newage.com.py/newage开发的Chrome扩展程序,该扩展的主要功能是“Extension de Mensajeria Instantánea | New Age Systems”。

扩展截图

screenshot
screenshot
screenshot

下载NewAge InstaChat扩展crx文件

下载NewAge InstaChat扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 NewAge InstaChat NewAge InstaChat
ID eljmhfhalgkpflpmoogppofgjaaohegl
官方URL https://chromewebstore.google.com/detail/newage-instachat/eljmhfhalgkpflpmoogppofgjaaohegl
简介 Extension de Mensajeria Instantánea | New Age Systems
文件大小 23.49 KB
安装次数 19
当前版本 1.0.8
更新时间 2020-01-13
上架时间 2020-01-13
开发者 https://newage.com.py/newage
电子邮箱 [email protected]
付费类型 free
扩展官网 https://newage.com.py/newage/
支持的语言 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
}