NewAge InstaChat

Extension de Mensajeria Instantánea | New Age Systems

NewAge InstaChatคืออะไร?

NewAge InstaChat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://newage.com.py/newage และคุณลักษณะหลักของมันคือ "Extension de Mensajeria Instantánea | New Age Systems"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NewAge InstaChat

ดาวน์โหลดไฟล์ส่วนขยาย 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
}