ChimeIn

ChimeIn

Qu'est-ce que ChimeIn ?

ChimeIn est une extension Chrome développée par http://chimein.co, et sa fonction principale est "ChimeIn".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ChimeIn

Téléchargez les fichiers d'extension ChimeIn au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom ChimeIn ChimeIn
ID peoidejngnikkpidmaojahlapknffjhh
URL Officiel https://chrome.google.com/webstore/detail/chimein/peoidejngnikkpidmaojahlapknffjhh
Description ChimeIn
Taille du Fichier 53.71 KB
Nombre d'Installations 47
Version Actuelle 1.4.0
Dernière Mise à Jour 2021-07-02
Date de Publication 2018-04-02
Évaluation 3.22/5 Total 9 Évaluations
Développeur http://chimein.co
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://www.chimein.co
URL de la Page de Politique de Confidentialité https://www.chimein.co/privacy.html
Langues Prises en Charge 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
}