OneScreen - Screen and Webcam Video Recorder

Webcam and Screen Recording for Business Professionals

OneScreen - Screen and Webcam Video Recorder क्या है?

OneScreen - Screen and Webcam Video Recorder http://onemob.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Webcam and Screen Recording for Business Professionals"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Free if you're a OneMob customer, otherwise start a free 7-day trial after you install. Pricing can be found at www.onemob.com/pricing

Record:
- Webcam
- Capture your entire screen, specific application, or current browser tab
- Add a Voice Over to narrate the screen recording (optional)

Send:
- Create a link to use in Gmail, Outlook, LinkedIn, Cisco Spark, Salesforce Chatter, or anywhere else
- Visit our Web App (https://www.onemob.com/app) to email your video, plus additional content such as documents and links to web pages

Track:
- Get real-time notifications straight to your inbox when your recipient(s) engage with your video or other content 
- Track exactly what's resonating and automatically log activity back to Salesforce (if enabled)
- Create personalized email templates

Use Cases:
- Introduction
- Event Invites
- Follow Up
- Revive Lead
- Meeting Recap
- Proposal
- Sales Pitch
- Product Demo
- On boarding
- Training
- Walkthrough
- Troubleshoot

Start using video today to engage your prospects, customers, partners, and teammates!                    

एक्सटेंशन की मूल जानकारी

नाम OneScreen - Screen and Webcam Video Recorder OneScreen - Screen and Webcam Video Recorder
ID odbehfdleiledmfpojdmknffdjhaoklf
आधिकारिक URL https://chrome.google.com/webstore/detail/onescreen-screen-and-webc/odbehfdleiledmfpojdmknffdjhaoklf
विवरण Webcam and Screen Recording for Business Professionals
फ़ाइल का आकार 634 KB
स्थापना संख्या 2,000
वर्तमान संस्करण 3.1.22
अंतिम अपडेट 2020-12-03
प्रकाशन तिथि 2020-05-08
रेटिंग 3.92/5 कुल 12 रेटिंग्स
डेवलपर http://onemob.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.onemob.com
सहायता पृष्ठ URL https://support.onemob.com
गोपनीयता नीति पृष्ठ URL https://www.onemob.com/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OneScreen - Screen and Webcam Video Recorder",
    "short_name": "OneScreen",
    "description": "Webcam and Screen Recording for Business Professionals",
    "version": "3.1.22",
    "icons": {
        "16": "images\/chrome-icon-16.png",
        "48": "images\/chrome-icon-48.png",
        "128": "images\/chrome-icon-128.png"
    },
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "OneMob",
        "default_icon": "images\/logo.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "all_urls",
        "images\/*.png",
        "images\/*.mp3",
        "images\/*.gif",
        "images\/*.svg",
        "images\/*.wav",
        "iframe.html",
        "popup.html",
        "webcam.html",
        "preview.html",
        "styles.css"
    ],
    "permissions": [
        "https:\/\/*.amazonaws.com\/*",
        "https:\/\/*.onemob.com\/*",
        "https:\/\/*.staging-onemob.com\/*",
        "activeTab",
        "tabs",
        "tabCapture",
        "desktopCapture",
        "storage"
    ],
    "optional_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "*:\/\/*.onemob.com\/*",
            "*:\/\/*.staging-onemob.com\/*"
        ]
    },
    "content_security_policy": "script-src 'self'; object-src 'self'; img-src https:\/\/onemob.com\/ https:\/\/staging-onemob.com\/ https:\/\/*.amazonaws.com\/ 'self';",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+O",
                "mac": "Alt+Shift+O",
                "chromeos": "Alt+Shift+O",
                "linux": "Alt+Shift+O"
            }
        },
        "start-recording": {
            "suggested_key": {
                "default": "Alt+Shift+R",
                "mac": "Alt+Shift+R",
                "chromeos": "Alt+Shift+R",
                "linux": "Alt+Shift+R"
            },
            "description": "Start Recording"
        },
        "pause-resume": {
            "suggested_key": {
                "default": "Alt+Shift+P",
                "mac": "Alt+Shift+P",
                "chromeos": "Alt+Shift+P",
                "linux": "Alt+Shift+P"
            },
            "description": "Pause\/Resume Recording"
        }
    }
}