GroupGhost
GroupGhost allows users of GroupGhost.com to easy extract answers from facebook group questions into a google sheet!
GroupGhostとは何ですか?
GroupGhostはhttp://groupghost.comによって開発されたChromeの拡張機能で、その主な機能は「GroupGhost allows users of GroupGhost.com to easy extract answers from facebook group questions into a google sheet!」です。
拡張機能のスクリーンショット
GroupGhost拡張機能のCRXファイルをダウンロード
GroupGhost拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
GroupGhost allows users of GroupGhost.com to easy extract answers from facebook group questions into a google sheet!
拡張機能の基本情報
名前 | |
ID | bgngkhoojjlpgjedladloaojiojejmoi |
公式URL | https://chrome.google.com/webstore/detail/groupghost/bgngkhoojjlpgjedladloaojiojejmoi |
説明 | GroupGhost allows users of GroupGhost.com to easy extract answers from facebook group questions into a google sheet! |
ファイルサイズ | 11.32 KB |
インストール数 | 15 |
現在のバージョン | 2.097 |
最終更新日 | 2018-04-09 |
公開日 | 2018-04-09 |
評価 | 4.00/5 合計 2 レビュー |
開発者 | http://groupghost.com |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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\/*" ] } |