NewAge InstaChat
Extension de Mensajeria Instantánea | New Age Systems
NewAge InstaChat क्या है?
NewAge InstaChat https://newage.com.py/newage द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension de Mensajeria Instantánea | New Age Systems"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NewAge InstaChat एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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 } |