GMAC — Group Answers Collector For FB™

Collecting users' answers from Facebook groups to your GoogleSheets

GMAC — Group Answers Collector For FB™ là gì?

GMAC — Group Answers Collector For FB™ là một tiện ích mở rộng Chrome được phát triển bởi https://zevikaviner.com, và tính năng chính của nó là "Collecting users' answers from Facebook groups to your GoogleSheets".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng GMAC — Group Answers Collector For FB™

Tải xuống các tệp mở rộng GMAC — Group Answers Collector For FB™ 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

                        Export Facebook group member requests into a Googlesheet

With GMAC you can save answers from your Facebook group members to your Googlesheet.
 
★ ThIs extension collects and saves answers to your Facebook group joining questions.
All information is saved in one click to your GoogleSheets.

★ The extension maintains 100% privacy! The information is saved in your GoogleSheets account only and no information is sent anywhere else.

★ Very important before installation!
You must use the same Google account in the payment page, and in the permission account in the extension, as of the Chrome browser you are using.
See a screenshot: https://rebrand.ly/register-en

★ How Does It Work?
1. After installation, go to your Facebook group Member Requests page.
2. Next to the Approve / Decline buttons, you will see a new button "Collect All". Click on it and wait a few seconds for the process to finish. 
3. Now a new button will appear: GoogleSheet. Click the button and you will see all the information stored there for you.
4. You can click "Collect All" at any time, and the extension will only collect new requests and you will not have duplicates.

★ The price of the extension is 11$ per month, and there are a 5 free trial days.
Please contact us for any reason: [email protected].
 
★ For an explanation presentation click here: 
https://www.zevikaviner.com/en/gmac-2
 
תוסף כרום לאיסוף התשובות לשאלות הכניסה לקבוצה, ישירות לגוגלשיטס שלך
למצגת הסבר בעברית לחצו כאן:  https://www.zevikaviner.com/gmac

GMAC team                    

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

Tên GMAC — Group Answers Collector For FB™ GMAC — Group Answers Collector For FB™
ID omefdeapnicniondiefejngddkjikegn
URL Chính Thức https://chromewebstore.google.com/detail/gmac-%E2%80%94-group-answers-coll/omefdeapnicniondiefejngddkjikegn
Mô tả Collecting users' answers from Facebook groups to your GoogleSheets
Kích Thước Tệp 61.3 KB
Số Lần Cài Đặt 351
Phiên Bản Hiện Tại 4.0.1
Cập Nhật Lần Cuối 2023-09-11
Ngày Phát Hành 2020-06-09
Đánh Giá 4.52/5 Tổng số 21 Đánh Giá
Nhà Phát Triển https://zevikaviner.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.zevikaviner.com/gmac
URL Trang Trợ Giúp https://www.zevikaviner.com/en/contact-2/
URL Trang Chính Sách Bảo Mật https://gitlab.com/zevik-extensions/docs/snippets/1707547
Ngôn Ngữ Được Hỗ Trợ en,iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "short_name": "GMAC",
    "version": "4.0.1",
    "manifest_version": 3,
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "icons": {
        "128": "img\/logo_128.png",
        "16": "img\/logo_16.png",
        "48": "img\/logo_48.png"
    },
    "background": {
        "service_worker": "js\/background_manager.js"
    },
    "permissions": [
        "notifications",
        "identity",
        "storage",
        "alarms",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.facebook.com\/*",
        "*:\/\/v2.api.extensions.fbtools.shop\/*"
    ],
    "oauth2": {
        "client_id": "523201305048-9jkds8dt0m91fctuctksunn1c2un237r.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/spreadsheets",
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "action": {
        "default_popup": ".\/pages\/popup\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start",
            "css": [
                ".\/js\/inject\/inject.css"
            ],
            "js": [
                ".\/js\/inject\/inject.js"
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAolWkiwJQYMHPu9AwGWlDf\/erWKH1uLaQihggVmFKmaL4sPl\/Om198lJkJzOao8iZGai7nSmyElF9pkkwNu5jNY7yujBjh0K+iew+HN\/WJ\/4mUvnYW43jSXtp23cun4QusPhJStsdy9kv2SSlkqiH99AvVnn2oCgisU07nzNnCNL99pOACmABxmqUM0XsEhB3IvS9fsgxYOEEDSUA8XqYHxQp5fzhS4RXa9hU6r3+4sr5MM8U0gEEM+1J7VdmoxYy2oW1YuLki6vju47Fftq6PdvQ2CIvH+kx\/DtVri4NOEyPldiMbrcG9\/TYmYBpFIHsZ21mhMDAf76NP\/javjz5WQIDAQAB",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.api.extensions.fbtools.shop\/*"
        ]
    }
}