NewAge InstaChat
Extension de Mensajeria Instantánea | New Age Systems
NewAge InstaChat là gì?
NewAge InstaChat là một tiện ích mở rộng Chrome được phát triển bởi https://newage.com.py/newage, và tính năng chính của nó là "Extension de Mensajeria Instantánea | New Age Systems".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng NewAge InstaChat
Tải xuống các tệp mở rộng NewAge InstaChat dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | NewAge InstaChat |
ID | eljmhfhalgkpflpmoogppofgjaaohegl |
URL Chính Thức | https://chromewebstore.google.com/detail/newage-instachat/eljmhfhalgkpflpmoogppofgjaaohegl |
Mô tả | Extension de Mensajeria Instantánea | New Age Systems |
Kích Thước Tệp | 23.49 KB |
Số Lần Cài Đặt | 19 |
Phiên Bản Hiện Tại | 1.0.8 |
Cập Nhật Lần Cuối | 2020-01-13 |
Ngày Phát Hành | 2020-01-13 |
Nhà Phát Triển | https://newage.com.py/newage |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://newage.com.py/newage/ |
Ngôn Ngữ Được Hỗ Trợ | 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 } |