GroupGhost
GroupGhost allows users of GroupGhost.com to easy extract answers from facebook group questions into a google sheet!
GroupGhostคืออะไร?
GroupGhost เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://groupghost.com และคุณลักษณะหลักของมันคือ "GroupGhost allows users of GroupGhost.com to easy extract answers from facebook group questions into a google sheet!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GroupGhost
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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\/*" ] } |