Jumpshare: Free Screen Recorder & Screenshots

The best screen recorder, screenshot capture and annotation tool

O que é Jumpshare: Free Screen Recorder & Screenshots?

Jumpshare: Free Screen Recorder & Screenshots é uma extensão do Chrome desenvolvida por https://jumpshare.com, e sua principal característica é "The best screen recorder, screenshot capture and annotation tool".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Jumpshare: Free Screen Recorder & Screenshots

Baixe arquivos de extensão Jumpshare: Free Screen Recorder & Screenshots no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Capture your screen and camera at the same time or separately, annotate, edit, and share with speed and ease, for free!

Any content you create is automatically uploaded to your Jumpshare library and opened within Jumpshare’s online viewer. From here, you can copy its link to your clipboard and share it anywhere in seconds.

Jumpshare is an all-in-one visual communication platform that aims to help you get your message across using instantly shareable screen recordings, screenshots, and GIF captures. Packed with powerful sharing features and a robust processing engine that can preview over 200 file formats online, Jumpshare is the fastest and easiest way to share your work and ideas.

Features:

🎥 Record your entire screen, a particular window, or Chrome tab with webcam, voiceover, system audio, and click-tracking
✏ Draw on your screen, add text, and highlight areas with shapes as you record
⌨ Start and stop screen recordings using customizable keyboard shortcuts
📷 Take screenshots of an area within the current tab, the entire web page, or the entire screen
🔗 Instantly share content using long or short URLs
💬 Add comments to shared content
📁 View the contents of your Personal Library and quickly reshare uploads
👁 Preview over 200 file formats online
📈 View who has accessed your content, from where and when

………………………………………………………………………………………………………

"I use Jumpshare probably 30+ times EVERY DAY! It is so helpful, I wouldn't know what to do without it. I like how it just gets out of the way and I don't even have to think about it. I can easily send screenshots and video recordings to people on our team and to clients with ease." — Nicholas Scalice, Growth Marketer at Earnworthy

"Jumpshare saves me a ton of time and allows me to work on my schedule. Customers love getting detailed screencasts from me and ask for them over and over. I especially like the option for a "call to action" link which lets people click on a link after the video - I link to my online calendar and let customers book time with me. It's a beautiful workflow. You cannot afford to NOT use Jumpshare.” — Dave Baxter, Estate Agent, DB Realty

"Jumpshare makes it significantly easier for me to work with my web developers. Instead of trying to describe what I am seeing with the site builds, I can show them what I am seeing and there's no miscommunication or misunderstanding. For some of my developers, English is not their native language so it's great to have this tool to show, not tell.” — Will Tams, Creative Director, The Collective Spark

………………………………………………………………………………………………………….

You can sign up to Jumpshare for free, without a credit card.

Jumpshare does offer paid plans with additional features, including but not limited to those mentioned below. 

Get More with Jumpshare’s Premium Plans:

⏲ Unlimited Screen Recording Duration - Record for as long as you want
🔲 Video CTA - Add a customizable Call-to-Action button to videos
🖼 Custom Video Thumbnails - Choose a static or animated thumbnail for videos
💾 More Storage - A lot more space for your recordings and screenshots
👥 Workspaces - Set up multiple workspaces to collaborate with different teams
🔗 Temporary Links - Share links that expire after a custom number of days, views, or downloads
📅 Scheduled Sharing - Schedule your content to be shared via email at a certain date and time
🔒 Password Protection - Lock your files with a password for extra security
⬇ Disable Downloads - Ensure recipients can only preview shared files
⌛ Self-Destruct - Set your files to auto-delete after a set number of days
💬 Timed Comments - Add timed comments to videos and audio files
📈 Advanced Analytics - Monitor viewer statistics, downloads, and referrers for shared files
🔄 Version History - Roll files back to past versions
™ Custom Branding - Add your own logo to your shared files
🌐 Custom Domain - Give your shareable links a domain name that matches your brand
➕ And more!

For a complete rundown of our free and premium plans, visit https://jumpshare.com/pricing?src=chrome                    

Informações Básicas da Extensão

Nome Jumpshare: Free Screen Recorder & Screenshots Jumpshare: Free Screen Recorder & Screenshots
ID bhfhdidbcclahddgkikdccfidjbcmibi
URL Oficial https://chromewebstore.google.com/detail/jumpshare-free-screen-rec/bhfhdidbcclahddgkikdccfidjbcmibi
Descrição The best screen recorder, screenshot capture and annotation tool
Tamanho do Arquivo 5.89 MB
Contagem de Instalações 2,294
Versão Atual 0.1.9
Última Atualização 2022-12-30
Data de Publicação 2022-07-25
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://jumpshare.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://jumpshare.com
URL da Página de Ajuda https://support.jumpshare.com
URL da Página de Política de Privacidade https://jumpshare.com/privacy
Idiomas Suportados en
manifest.json
{
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "offline_enabled": false,
    "version": "0.1.9",
    "manifest_version": 3,
    "default_locale": "en",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "assets\/extension-icons\/logo-32.png",
        "default_popup": "html\/default.html"
    },
    "icons": {
        "16": "assets\/extension-icons\/logo-16.png",
        "128": "assets\/extension-icons\/logo-128.png",
        "48": "assets\/extension-icons\/logo-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/detect.js"
            ]
        }
    ],
    "permissions": [
        "desktopCapture",
        "activeTab",
        "tabCapture",
        "tabs",
        "storage",
        "identity",
        "scripting",
        "contextMenus",
        "downloads"
    ],
    "host_permissions": [
        "",
        "https:\/\/jumpshare.com\/*",
        "https:\/\/jumptesting.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.jumpshare.com\/*",
            "https:\/\/*.jumptesting.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "html\/popup.html",
                "html\/recorder.html",
                "html\/camera.html",
                "html\/sources.html",
                "html\/settings.html",
                "js\/content.js",
                "js\/camera.js",
                "js\/recording_content.js",
                "css\/content.css",
                "assets\/images\/*",
                "js\/sources.js",
                "js\/cameracontent.js",
                "css\/cameracontent.css",
                "js\/libraries\/plyr.min.js",
                "css\/libraries\/plyr.min.css",
                "js\/audiosources.js",
                "html\/audiosources.html",
                "html\/autologin.html",
                "js\/popup.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; worker-src 'self'"
    },
    "commands": {
        "record_video": {
            "suggested_key": {
                "default": "Alt+R",
                "mac": "Alt+R"
            },
            "description": "__MSG_extRecordVideo__"
        },
        "capture_screenshot": {
            "suggested_key": {
                "default": "Alt+C",
                "mac": "Alt+C"
            },
            "description": "__MSG_extCapureScreenShot__"
        },
        "stop": {
            "suggested_key": {
                "default": "Alt+S",
                "mac": "Alt+S"
            },
            "description": "__MSG_extStop__"
        },
        "pause\/resume": {
            "suggested_key": {
                "default": "Alt+P",
                "mac": "Alt+P"
            },
            "description": "__MSG_extPause__"
        }
    }
}