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 là gì?

OnePgr Screen Sharing là một tiện ích mở rộng Chrome được phát triển bởi onepgr inc, và tính năng chính của nó là "This Chrome extension is developed for http://onepgr.com/. It doesn't do anything except capture content of your screen.".

Ả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 OnePgr Screen Sharing

Tải xuống các tệp mở rộng OnePgr Screen Sharing 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

                        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.                    

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

Tên OnePgr Screen Sharing OnePgr Screen Sharing
ID ibccpcmagpemipimmoiagoepolifidbd
URL Chính Thức https://chromewebstore.google.com/detail/onepgr-screen-sharing/ibccpcmagpemipimmoiagoepolifidbd
Mô tả This Chrome extension is developed for http://onepgr.com/. It doesn't do anything except capture content of your screen.
Kích Thước Tệp 37.31 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 3.0
Cập Nhật Lần Cuối 2018-02-06
Ngày Phát Hành 2018-02-06
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển onepgr inc
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://onepgr.com/
URL Trang Trợ Giúp https://onepgr.com/help/index.html
URL Trang Chính Sách Bảo Mật https://onepgr.com/tou.html
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}