YouPitchMe for Google Slides™

The video slidecast recorder for Google Slides™

YouPitchMe for Google Slides™ là gì?

YouPitchMe for Google Slides™ là một tiện ích mở rộng Chrome được phát triển bởi http://youpitch.me, và tính năng chính của nó là "The video slidecast recorder for Google Slides™".

Ả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 YouPitchMe for Google Slides™

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

                        (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.                    

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

Tên YouPitchMe for Google Slides™ YouPitchMe for Google Slides™
ID nofklefochmimhfgigkijnbmbefhehce
URL Chính Thức https://chrome.google.com/webstore/detail/youpitchme-for-google-sli/nofklefochmimhfgigkijnbmbefhehce
Mô tả The video slidecast recorder for Google Slides™
Kích Thước Tệp 988 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 1.9
Cập Nhật Lần Cuối 2017-12-26
Ngày Phát Hành 2017-12-26
Nhà Phát Triển http://youpitch.me
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://youpitch.me
URL Trang Chính Sách Bảo Mật http://youpitch.me/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}