ChimeIn

ChimeIn

Was ist ChimeIn?

ChimeIn ist eine Chrome-Erweiterung, die von http://chimein.co entwickelt wurde, und ihr Hauptmerkmal ist "ChimeIn".

Erweiterungsscreenshots

screenshot

ChimeIn-Erweiterungs-CRX-Datei herunterladen

Laden Sie ChimeIn-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name ChimeIn ChimeIn
ID peoidejngnikkpidmaojahlapknffjhh
Offizielle URL https://chrome.google.com/webstore/detail/chimein/peoidejngnikkpidmaojahlapknffjhh
Beschreibung ChimeIn
Dateigröße 53.71 KB
Installationsanzahl 47
Aktuelle Version 1.4.0
Letztes Update 2021-07-02
Veröffentlichungsdatum 2018-04-02
Bewertung 3.22/5 Insgesamt 9 Bewertungen
Entwickler http://chimein.co
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://www.chimein.co
URL der Datenschutzrichtlinien-Seite https://www.chimein.co/privacy.html
Unterstützte Sprachen 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
}