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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}