GroupGhost
GroupGhost allows users of GroupGhost.com to easy extract answers from facebook group questions into a google sheet!
Wat is GroupGhost?
GroupGhost is een Chrome-extensie ontwikkeld door http://groupghost.com, en de belangrijkste functie is "GroupGhost allows users of GroupGhost.com to easy extract answers from facebook group questions into a google sheet!".
Extensie Screenshots
Download het CRX-bestand van de extensie GroupGhost
Download GroupGhost-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
GroupGhost allows users of GroupGhost.com to easy extract answers from facebook group questions into a google sheet!
Basisinformatie over de Extensie
Naam | |
ID | bgngkhoojjlpgjedladloaojiojejmoi |
Officiële URL | https://chrome.google.com/webstore/detail/groupghost/bgngkhoojjlpgjedladloaojiojejmoi |
Beschrijving | GroupGhost allows users of GroupGhost.com to easy extract answers from facebook group questions into a google sheet! |
Bestandsgrootte | 11.32 KB |
Aantal Installaties | 15 |
Huidige Versie | 2.097 |
Laatst Bijgewerkt | 2018-04-09 |
Publicatiedatum | 2018-04-09 |
Beoordeling | 4.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | http://groupghost.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |