YouPitchMe for Google Slides™

The video slidecast recorder for Google Slides™

什麼是YouPitchMe for Google Slides™?

YouPitchMe for Google Slides™是由http://youpitch.me開發的Chrome擴展程式,該擴展的主要功能是“The video slidecast recorder for Google Slides™”。

擴展截圖

screenshot

下載YouPitchMe for Google Slides™擴展crx文件

下載YouPitchMe for Google Slides™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        (BETA) Record  your VideoSlideCast and share in private with your potential customers, investors etc.

The perfect companion for Google Slides™.

It's easy to record a pitch with the slides side by side to the video.

The VideoSlideCasts produced with YouPitchMe can be played only by who is directly invited by you, not spread to the public.

After play it the viewer can then give a feedback to you thanks to the integrated supereasy survey system.

Prerequisites: Google Chrome browser for recording, any other device/browser for the visualization.                    

擴展基本資訊

名稱 YouPitchMe for Google Slides™ YouPitchMe for Google Slides™
ID nofklefochmimhfgigkijnbmbefhehce
官方網址 https://chrome.google.com/webstore/detail/youpitchme-for-google-sli/nofklefochmimhfgigkijnbmbefhehce
簡介 The video slidecast recorder for Google Slides™
檔案大小 988 KB
安裝次數 2,000
目前版本 1.9
更新時間 2017-12-26
上架時間 2017-12-26
開發者 http://youpitch.me
電子郵箱 [email protected]
付費類型 free
擴展官網 http://youpitch.me
隱私政策頁面URL http://youpitch.me/privacy.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouPitchMe for Google Slides\u2122",
    "short_name": "YouPitchMe",
    "description": "The video slidecast recorder for Google Slides\u2122",
    "version": "1.9",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/YoupitchMeLogo16.png",
        "22": "images\/YoupitchMeLogo22.png",
        "32": "images\/YoupitchMeLogo32.png",
        "48": "images\/YoupitchMeLogo48.png",
        "128": "images\/YoupitchMeLogo128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "https:\/\/docs.google.com\/presentation\/d\/*",
                "*:\/\/youpitch.me\/*",
                "http:\/\/localhost:5001\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.googleapis.com; object-src 'self'",
    "browser_action": {
        "default_icon": "images\/YoupitchMeLogo128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "notifications",
        "tabCapture",
        "",
        "desktopCapture",
        "identity",
        "https:\/\/docs.google.com\/presentation*",
        "https:\/\/youpitch.me\/*",
        "http:\/\/localhost:5001\/*"
    ],
    "web_accessible_resources": [
        "style.css",
        "app\/js\/jquery.min.js",
        "app\/js\/material.min.js",
        "app\/js\/send.js",
        "app\/css\/style.css",
        "app\/css\/material.min.css",
        "script.js"
    ]
}