GroupGhost
GroupGhost allows users of GroupGhost.com to easy extract answers from facebook group questions into a google sheet!
Co to jest GroupGhost?
GroupGhost to rozszerzenie Chrome opracowane przez http://groupghost.com, a jego główną funkcją jest „GroupGhost allows users of GroupGhost.com to easy extract answers from facebook group questions into a google sheet!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GroupGhost
Pobierz pliki rozszerzeń GroupGhost w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
GroupGhost allows users of GroupGhost.com to easy extract answers from facebook group questions into a google sheet!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bgngkhoojjlpgjedladloaojiojejmoi |
Oficjalny URL | https://chrome.google.com/webstore/detail/groupghost/bgngkhoojjlpgjedladloaojiojejmoi |
Opis | GroupGhost allows users of GroupGhost.com to easy extract answers from facebook group questions into a google sheet! |
Rozmiar pliku | 11.32 KB |
Liczba instalacji | 15 |
Aktualna Wersja | 2.097 |
Ostatnia Aktualizacja | 2018-04-09 |
Data Publikacji | 2018-04-09 |
Ocena | 4.00/5 Łącznie 2 Oceny |
Deweloper | http://groupghost.com |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } |