Poll Everywhere for Google Slides

Live audience response polling in Google Slides

Poll Everywhere for Google Slidesคืออะไร?

Poll Everywhere for Google Slides เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.polleverywhere.com และคุณลักษณะหลักของมันคือ "Live audience response polling in Google Slides"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Poll Everywhere for Google Slides

ดาวน์โหลดไฟล์ส่วนขยาย Poll Everywhere for Google Slides ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Live activities in Google Slides

Poll Everywhere allows you to transform one-way presentations into a lively conversation with everyone in the meeting. With the smartphones and devices they use every day, participants can submit live responses and watch them update directly on the shared screen. Here’s how it works:

- Create or log in to your Poll Everywhere account.
- Create the questions you’d like to ask the audience.
- Embed live activities in your Google Slides presentations.
- Invite the crowd or class to respond via the web or SMS.
- Watch responses appear instantly on the slide in real time.

Over 75% of the Fortune 500 and 300,000+ educators have trusted Poll Everywhere to facilitate impactful discussions. Lead meaningful meetings, classes, and events from anywhere and generate actionable results that wow the audience.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Poll Everywhere for Google Slides Poll Everywhere for Google Slides
ID jeehnidbmlhpkncbplipfalpjkhlokaa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/poll-everywhere-for-googl/jeehnidbmlhpkncbplipfalpjkhlokaa
คำอธิบาย Live audience response polling in Google Slides
ขนาดไฟล์ 1.17 MB
จำนวนการติดตั้ง 325,467
เวอร์ชันปัจจุบัน 1.18.3
อัปเดตครั้งล่าสุด 2023-10-10
วันที่เผยแพร่ 2020-05-18
คะแนน 3.44/5 รวมทั้งหมด 75 คะแนน
ผู้พัฒนา https://www.polleverywhere.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://www.polleverywhere.com/support/articles
URL หน้านโยบายความเป็นส่วนตัว https://www.polleverywhere.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Poll Everywhere for Google Slides",
    "short_name": "Poll Everywhere",
    "author": "Poll Everywhere, Inc.",
    "homepage_url": "https:\/\/www.polleverywhere.com\/app\/google-slides",
    "version": "1.18.3",
    "description": "Live audience response polling in Google Slides",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/docs.google.com\/presentation\/*\/edit*",
                "*:\/\/docs.google.com\/*\/presentation\/*\/edit*",
                "*:\/\/docs.google.com\/*\/*\/presentation\/*\/edit*"
            ],
            "exclude_globs": [
                "*rm=minimal*",
                "*invite=*"
            ],
            "js": [
                "edit_loop.js"
            ],
            "css": [
                "stylesheets\/all.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/docs.google.com\/presentation\/*"
            ],
            "js": [
                "presentation_loop.js"
            ],
            "css": [
                "stylesheets\/all.css"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "match_about_blank": true
        },
        {
            "matches": [
                "*:\/\/presenter.polleverywhere.com\/*",
                "*:\/\/beta.polleverywhere.com\/*"
            ],
            "js": [
                "inject_fn.js",
                "inject_binding_layer.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/docs.google.com\/picker*",
                "*:\/\/docs.google.com\/*\/picker*",
                "*:\/\/docs.google.com\/*\/*\/picker*"
            ],
            "js": [
                "uploader_loader.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/viz.polleverywhere.com\/*"
            ],
            "include_globs": [
                "*platform=goog_presenter*"
            ],
            "js": [
                "keyboard_loader.js",
                "inject_fn.js",
                "inject_slide_visibility.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.polleverywhere.com\/*",
            "*:\/\/*.pollev.com\/*",
            "*:\/\/polleverywhere.com\/*"
        ]
    },
    "incognito": "spanning",
    "offline_enabled": false,
    "permissions": [
        "webNavigation"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/pollev_assets\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "\/*"
            ],
            "matches": [
                "*:\/\/presenter.polleverywhere.com\/*",
                "*:\/\/viz.polleverywhere.com\/*",
                "https:\/\/docs.google.com\/*",
                "https:\/\/*.ops.pe\/*",
                "https:\/\/*.eng.pe\/*"
            ]
        }
    ]
}