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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This Chrome extension is developed for http://onepgr.com/. It doesn't do anything except capture content of your screen."।

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

screenshot

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

crx प्रारूप में OnePgr Screen Sharing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}