Enketo for Slides

Integrate live polls from Enketo into your Google Slides presentation

Enketo for Slides là gì?

Enketo for Slides là một tiện ích mở rộng Chrome được phát triển bởi https://enketo.one, và tính năng chính của nó là "Integrate live polls from Enketo into your Google Slides presentation".

Ả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 Enketo for Slides

Tải xuống các tệp mở rộng Enketo for Slides 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

                        Transform your Google Slides experience with Enketo for Slides, a powerful and intuitive extension that integrates the Enketo's data collection capabilities directly into your presentations.

This Chrome extension allows you to leverage Enketo's polls and survey tools right within Google Slides. Whether you're preparing a presentation for a research project, an education session, a business meeting, or a community gathering, Enketo for Slides enables you to collect and analyze real-time feedback from your audience without leaving your Google Slides workspace.                    

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

Tên Enketo for Slides Enketo for Slides
ID mdpfgnnbepbecoghakokakeabkjegcfc
URL Chính Thức https://chromewebstore.google.com/detail/enketo-for-slides/mdpfgnnbepbecoghakokakeabkjegcfc
Mô tả Integrate live polls from Enketo into your Google Slides presentation
Kích Thước Tệp 236 KB
Số Lần Cài Đặt 131
Phiên Bản Hiện Tại 0.1.4
Cập Nhật Lần Cuối 2023-06-15
Ngày Phát Hành 2023-05-27
Nhà Phát Triển https://enketo.one
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://enketo.one
URL Trang Chính Sách Bảo Mật https://enketo.one/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Enketo for Slides",
    "description": "Integrate live polls from Enketo into your Google Slides presentation",
    "version": "0.1.4",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnHwwcg4jDKslDkPFx7Quw4krufgnaurqIei0W92PITzsT72pBJLyYTSSMR38QdQMNOLq1ELy2jTerMfdJ9Qj7be4bdpIRNQJiELGmzOUc9PvJZzKNhLr1RbYP7is7LRV7QvESaK9UGQ2bpJSSfL2febvm\/kFcVI3wku0Munz4On2eR9hYr0hBhlHSyAGp7Vrfcv6ZWxYDuqbRjw+T9RF+wfoLmR6lNwFxLudFgX0HEacJsmDIpWM1dapWXBp8Gldpkqw8k0JtRkcXb+I4VgmNKLn+gfkkLBfHrVMlDBDEZCdN+tbFLyrhy5jo35sOI1qs8L7KHzIDXNo2LdLqPt\/+wIDAQAB",
    "permissions": [
        "identity",
        "identity.email",
        "storage",
        "https:\/\/docs.google.com",
        "https:\/\/fonts.googleapis.com\/"
    ],
    "oauth2": {
        "client_id": "699011649430-512gaf4nee0ng1ed0oln1u70fv8n5p4l.apps.googleusercontent.com",
        "scopes": [
            "profile",
            "email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/presentation\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}