GroupGhost

GroupGhost allows users of GroupGhost.com to easy extract answers from facebook group questions into a google sheet!

GroupGhost là gì?

GroupGhost là một tiện ích mở rộng Chrome được phát triển bởi http://groupghost.com, và tính năng chính của nó là "GroupGhost allows users of GroupGhost.com to easy extract answers from facebook group questions into a google sheet!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng GroupGhost

Tải xuống các tệp mở rộng GroupGhost dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        GroupGhost allows users of GroupGhost.com to easy extract answers from facebook group questions into a google sheet!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GroupGhost GroupGhost
ID bgngkhoojjlpgjedladloaojiojejmoi
URL Chính Thức https://chrome.google.com/webstore/detail/groupghost/bgngkhoojjlpgjedladloaojiojejmoi
Mô tả GroupGhost allows users of GroupGhost.com to easy extract answers from facebook group questions into a google sheet!
Kích Thước Tệp 11.32 KB
Số Lần Cài Đặt 15
Phiên Bản Hiện Tại 2.097
Cập Nhật Lần Cuối 2018-04-09
Ngày Phát Hành 2018-04-09
Đánh Giá 4.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://groupghost.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}