Enketo for Slides

Integrate live polls from Enketo into your Google Slides presentation

Enketo for Slides란 무엇입니까?

Enketo for Slides은(는) https://enketo.one에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Integrate live polls from Enketo into your Google Slides presentation"입니다.

확장 프로그램 스크린샷

screenshot

Enketo for Slides 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Enketo for Slides Enketo for Slides
ID mdpfgnnbepbecoghakokakeabkjegcfc
공식 URL https://chromewebstore.google.com/detail/enketo-for-slides/mdpfgnnbepbecoghakokakeabkjegcfc
설명 Integrate live polls from Enketo into your Google Slides presentation
파일 크기 236 KB
설치 횟수 131
현재 버전 0.1.4
최근 업데이트 2023-06-15
출시 날짜 2023-05-27
개발자 https://enketo.one
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://enketo.one
개인정보 보호 정책 페이지 URL https://enketo.one/privacy
지원되는 언어 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"
            ]
        }
    ]
}