YouPitchMe for Google Slides™

The video slidecast recorder for Google Slides™

YouPitchMe for Google Slides™ क्या है?

YouPitchMe for Google Slides™ http://youpitch.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The video slidecast recorder for Google Slides™"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में YouPitchMe for Google Slides™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}