Alloha

Allo as a Chrome Extension

Qu'est-ce que Alloha ?

Alloha est une extension Chrome développée par siniux, et sa fonction principale est "Allo as a Chrome Extension".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Alloha 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

                        Want to run Allo on a standalone browser window, just like a grown up chat solution? Now you can!                    

Informations de Base sur l'Extension

Nom Alloha Alloha
ID ibmlkeapapbcbgfgcknfhnkifngkldhe
URL Officiel https://chromewebstore.google.com/detail/alloha/ibmlkeapapbcbgfgcknfhnkifngkldhe
Description Allo as a Chrome Extension
Taille du Fichier 71.04 KB
Nombre d'Installations 156
Version Actuelle 0.0.1
Dernière Mise à Jour 2017-08-28
Date de Publication 2017-08-28
Évaluation 4.64/5 Total 11 Évaluations
Développeur siniux
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://play.google.com/store/apps/developer?id=flick
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Alloha",
    "description": "Allo as a Chrome Extension",
    "version": "0.0.1",
    "author": "siniux",
    "browser_action": {
        "default_icon": {
            "16": "assets\/icon_16.png",
            "24": "assets\/icon_24.png",
            "32": "assets\/icon_32.png"
        },
        "default_title": "Alloha"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "assets\/icon_16.png",
        "48": "assets\/icon_48.png",
        "96": "assets\/icon_96.png",
        "128": "assets\/icon_128.png",
        "256": "assets\/icon_256.png"
    },
    "permissions": [
        "notifications"
    ]
}