TeraChat

Extensión CRM de Tera Chat para navegadores Chromium, obtiene y modifica información de tus clientes de forma más fácil…

What is TeraChat?

TeraChat is a Chrome extension developed by https://tera.chat, and its main feature is "Extensión CRM de Tera Chat para navegadores Chromium, obtiene y modifica información de tus clientes de forma más fácil…".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download TeraChat Extension CRX File

Download TeraChat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Extensión CRM de Tera Chat para navegadores Chromium, obtiene y modifica información de tus clientes de forma más fácil directamente en WhatsApp Web desde base de datos interna de Tera Chat o Google Sheets.                    

Extension Basic Information

Name TeraChat TeraChat
ID njnkddeomljhadlgmmdjglgmaneiiohn
Official URL https://chromewebstore.google.com/detail/terachat/njnkddeomljhadlgmmdjglgmaneiiohn
Description Extensión CRM de Tera Chat para navegadores Chromium, obtiene y modifica información de tus clientes de forma más fácil…
File Size 373 KB
Installation Count 169
Current Version 3.9.1
Last Updated 2023-10-26
Publish Date 2023-07-29
Rating 3.67/5 Total 3 Ratings
Developer https://tera.chat
Email [email protected]
Payment Type free
Extension Website https://tera.chat
Help Page URL https://tera.chat
Privacy Policy Page URL https://tera.chat/privacy-policy
Supported Languages es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TeraChat",
    "description": "",
    "version": "3.9.1",
    "action": {
        "default_icon": ".\/images\/icon.png",
        "default_title": "TeraChat"
    },
    "icons": {
        "16": ".\/images\/icon.png",
        "48": ".\/images\/icon.png",
        "128": ".\/images\/icon.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "*:\/\/*.tera.chat\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/fondo.png",
                "images\/logo.png",
                "style.css",
                "images\/login.png",
                "images\/no_results.svg",
                "images\/loading.svg",
                "images\/cancel.png",
                "\/images\/no_contact.png",
                "\/images\/add-symbol.svg",
                "\/images\/remove.svg"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        }
    ]
}