GroupGhost

GroupGhost allows users of GroupGhost.com to easy extract answers from facebook group questions into a google sheet!

Cos'è GroupGhost?

GroupGhost è un'estensione di Chrome sviluppata da http://groupghost.com, e la sua funzione principale è "GroupGhost allows users of GroupGhost.com to easy extract answers from facebook group questions into a google sheet!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione GroupGhost

Scarica i file di estensione GroupGhost in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        GroupGhost allows users of GroupGhost.com to easy extract answers from facebook group questions into a google sheet!                    

Informazioni di Base sull'Estensione

Nome GroupGhost GroupGhost
ID bgngkhoojjlpgjedladloaojiojejmoi
URL Ufficiale https://chrome.google.com/webstore/detail/groupghost/bgngkhoojjlpgjedladloaojiojejmoi
Descrizione GroupGhost allows users of GroupGhost.com to easy extract answers from facebook group questions into a google sheet!
Dimensione del File 11.32 KB
Conteggio Installazioni 15
Versione Corrente 2.097
Ultimo Aggiornamento 2018-04-09
Data di Pubblicazione 2018-04-09
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore http://groupghost.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GroupGhost",
    "version": "2.097",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "GroupGhost"
    },
    "permissions": [
        "tabs",
        "*:\/\/*.facebook.com\/*"
    ]
}