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 파일 다운로드

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

확장 프로그램 사용 설명서

                        (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
공식 URL 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"
    ]
}