ChimeIn

ChimeIn

¿Qué es ChimeIn?

ChimeIn es una extensión de Chrome desarrollada por http://chimein.co, y su función principal es "ChimeIn".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión ChimeIn

Descarga archivos de extensión ChimeIn en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Connect and communicate with other readers of the same web page.

ChimeIn adds a chat interface to your browser, as a layer above the web page you’re reading, while you can still see the web page.

Features:
- Login once, comment anywhere
- Login with email, Google+, Facebook, LinkedIn, Twitter, Reddit and Apple (NEW) simultaneously, easily select which account to comment with
- Share comments on several platforms with one click
- Extra layer opens on the web content for commenting, you stay on the page
- Easy to find your own and others’ comments and ratings on any web page
- Get notification when someone replies to your comments or starts to follow you
- Follow others or pages to be notified of new comments                    

Información Básica de la Extensión

Nombre ChimeIn ChimeIn
ID peoidejngnikkpidmaojahlapknffjhh
URL Oficial https://chrome.google.com/webstore/detail/chimein/peoidejngnikkpidmaojahlapknffjhh
Descripción ChimeIn
Tamaño del Archivo 53.71 KB
Cantidad de Instalaciones 47
Versión Actual 1.4.0
Última Actualización 2021-07-02
Fecha de Publicación 2018-04-02
Calificación 3.22/5 Total de 9 Calificaciones
Desarrollador http://chimein.co
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://www.chimein.co
URL de la Página de Política de Privacidad https://www.chimein.co/privacy.html
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChimeIn",
    "short_name": "ChimeIn",
    "version": "1.4.0",
    "description": "ChimeIn",
    "permissions": [
        "gcm",
        "notifications",
        "activeTab",
        "storage",
        "https:\/\/*.chimein.co\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "jquery-1.11.1.min.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "jquery-1.11.1.min.js",
            "porthole.min.js",
            "cloudforum_extension.js"
        ]
    },
    "browser_action": {
        "default_title": "ChimeIn",
        "default_icon": "forum32.png"
    },
    "icons": {
        "128": "forum128.png",
        "64": "forum64.png",
        "32": "forum32.png"
    },
    "manifest_version": 2
}