GroupGhost
GroupGhost allows users of GroupGhost.com to easy extract answers from facebook group questions into a google sheet!
Vad är GroupGhost?
GroupGhost är en Chrome-tillägg utvecklad av http://groupghost.com, och dess huvudfunktion är "GroupGhost allows users of GroupGhost.com to easy extract answers from facebook group questions into a google sheet!".
Tilläggsskärmbilder
Ladda ner GroupGhost-förlängningens CRX-fil
Ladda ner GroupGhost-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
GroupGhost allows users of GroupGhost.com to easy extract answers from facebook group questions into a google sheet!
Grundläggande Information om Tillägg
Namn | |
ID | bgngkhoojjlpgjedladloaojiojejmoi |
Officiell webbadress | https://chrome.google.com/webstore/detail/groupghost/bgngkhoojjlpgjedladloaojiojejmoi |
Beskrivning | GroupGhost allows users of GroupGhost.com to easy extract answers from facebook group questions into a google sheet! |
Filstorlek | 11.32 KB |
Antal Installationer | 15 |
Aktuell Version | 2.097 |
Senast Uppdaterad | 2018-04-09 |
Publiceringsdatum | 2018-04-09 |
Betyg | 4.00/5 Totalt 2 Betyg |
Utvecklare | http://groupghost.com |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } |