OnePgr Screen Sharing

This Chrome extension is developed for http://onepgr.com/. It doesn't do anything except capture content of your screen.

什么是OnePgr Screen Sharing?

OnePgr Screen Sharing是由onepgr inc开发的Chrome扩展程序,该扩展的主要功能是“This Chrome extension is developed for http://onepgr.com/. It doesn't do anything except capture content of your screen.”。

扩展截图

screenshot

下载OnePgr Screen Sharing扩展crx文件

下载OnePgr Screen Sharing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        With this Chrome Extension, you can:

> Share your entire screen or specific application windows

> Record your screen, download the recording, or share the recording URL for review
   See video: https://www.youtube.com/watch?v=MnkYMgoDCYM)

> Record Video Message and upload to Youtube, share the recording URL, or download the recording
   See video: https://www.youtube.com/watch?v=hzUGfoEvcok

Watch how OnePgr can help you manage your documents, projects as well as hold audio/video calls with screen sharing.   You can present your solution deck, visually co-draw concepts or show a live demo. We help you and your clients focus on your message without having to worry about technology. OnePgr screen sharing lets you share your desktop with attendees without any downloads. Move your business forward in real-time.                    

扩展基本信息

名称 OnePgr Screen Sharing OnePgr Screen Sharing
ID ibccpcmagpemipimmoiagoepolifidbd
官方URL https://chromewebstore.google.com/detail/onepgr-screen-sharing/ibccpcmagpemipimmoiagoepolifidbd
简介 This Chrome extension is developed for http://onepgr.com/. It doesn't do anything except capture content of your screen.
文件大小 37.31 KB
安装次数 27
当前版本 3.0
更新时间 2018-02-06
上架时间 2018-02-06
评分 5.00/5 共4次评分
开发者 onepgr inc
电子邮箱 [email protected]
付费类型 free
扩展官网 https://onepgr.com/
帮助页面URL https://onepgr.com/help/index.html
隐私政策页面URL https://onepgr.com/tou.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OnePgr Screen Sharing",
    "author": "OnePgr, Inc.",
    "version": "3.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed for http:\/\/onepgr.com\/. It doesn't do anything except capture content of your screen.",
    "homepage_url": "https:\/\/app.onepgr.com",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": true
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/pgr.pagekite.me\/*",
            "https:\/\/app.onepgr.com\/*",
            "https:\/\/staging.onepgr.com\/*",
            "https:\/\/onepgr.com\/",
            "https:\/\/*.google.com\/"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}