CrankWheel Screen Sharing

Instant browser tab or screen sharing with one or multiple customers. No download or preparation needed, even on their mobile.

Was ist CrankWheel Screen Sharing?

CrankWheel Screen Sharing ist eine Chrome-Erweiterung, die von https://crankwheel.com entwickelt wurde, und ihr Hauptmerkmal ist "Instant browser tab or screen sharing with one or multiple customers. No download or preparation needed, even on their mobile.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

CrankWheel Screen Sharing-Erweiterungs-CRX-Datei herunterladen

Laden Sie CrankWheel Screen Sharing-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Instant and Easy Screen Sharing straight from your browser. Share screen without download for the viewer.

Share screen with your customer as easily as you make a phone call. Viewers never need to install any software, even on mobile. Let your customer remote control your screen to "kick the tires" if needed, or fill in forms.

Record your meetings or create a screencast or webcam capture, with cloud video storage. Easily download videos, or share screen recordings as an animated preview in your sales emails. You can also use CrankWheel to record work such as Figma prototypes and export them to MP4.

Key Features:
Share screen with anyone in seconds.
No Downloads Needed: Recipients can see your screen without any downloads or sign-ups.
Real-time preview of user engagement: See how the viewer engages with the screenshare and get alerted if the viewer is not paying attention.
Cross-Platform Compatibility: Screen share from PC, Mac, ChromeOS or Linux, to any device or operating system.
Sharing Options: Desktop screen sharing, share an application window or a browser tab.
Remote control: Give the viewer control over the screen share.
Projector: Stream HQ video clips without stutter.
Screen Recorder: Record your screen and share the video.

CrankWheel’s web-based screen sharing is designed to deliver an easy screen share experience for both you and your viewers. No technical skills are required to join a session, your viewer clicks one link and can see your screen in seconds.

Use Cases:
Whenever you need to share your screen, wherever your client is. Your clients can see your screen on their computers or their tablets. You can even share your desktop to mobile when the client is not in front of the computer.

Ideal for sales presentations, customer support, remote training, and team collaboration. CrankWheel makes your calls easier, allowing you to share information effectively, regardless of your viewer's technical expertise or the device they are using.

CrankWheel is used to sell solar panels, and insurance remotely and to add visuals to the digital marketing sales pitch.

Reviews:
"Crankwheel is a great option for my analytical shoppers who need to see things in writing. I am able to pull up any policy's Summary of Benefits and show it to the client in real-time. I love it and it definitely helps me be more successful!" - Heidi Gorton

"Crankwheel is a fantastic tool. I'm in healthcare phone sales, so it really helps the client and I communicate effectively." - Peter Emig

"It's quick and everyone seems to be able to connect, even the people that are technology challenged. I like that I can see what they are looking at on my side." - Timothy Beeman

Add the extension to Chrome now and power up your cold calls with visuals.

- - - 

CrankWheel is free for limited commercial use for any number of users hosting up to 15 meetings per month, with enterprise-class features such as single sign-on (SSO), custom domains, white labeling, audit logging and CRM integration available on paid plans.

Phone conferencing from our partner service ConferenceCall.co.uk is integrated in CrankWheel. There is no subscription fee for this service, but for some dial-in numbers, there is a per-minute fee. Please see a full list of numbers and rates at http://bit.ly/ccuk-numbers.

We use the data we collect only to improve our screensharing services to benefit our users. Only for those enterprise customers that opt into the optional audit log or content filter features, we collect browsing history while screen sharing to enable these features. Also, only for accounts that specifically opt into sending us crash reports for diagnostic purposes, we collect crash reports using a 3rd party provider named Sentry, and such crash reports could potentially include personal data. Read our full privacy policy at http://crankwheel.com/privacy-policy/                    

Grundlegende Informationen zur Erweiterung

Name CrankWheel Screen Sharing CrankWheel Screen Sharing
ID dooinopjfnhlmmdkdepajfipfhlcmjgp
Offizielle URL https://chromewebstore.google.com/detail/crankwheel-screen-sharing/dooinopjfnhlmmdkdepajfipfhlcmjgp
Beschreibung Instant browser tab or screen sharing with one or multiple customers. No download or preparation needed, even on their mobile.
Dateigröße 93.74 KB
Installationsanzahl 57,082
Aktuelle Version 6.14.0.0
Letztes Update 2024-01-09
Veröffentlichungsdatum 2019-12-15
Bewertung 4.81/5 Insgesamt 341 Bewertungen
Entwickler https://crankwheel.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://crankwheel.com/
Hilfeseite URL https://support.crankwheel.com/
URL der Datenschutzrichtlinien-Seite https://crankwheel.com/privacy-policy
Unterstützte Sprachen de,en,fr,nl,no,es,it,pl,fi,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CrankWheel Screen Sharing",
    "short_name": "CrankWheel",
    "description": "__MSG_manifestDescription__",
    "version": "6.14.0.0",
    "default_locale": "en",
    "icons": {
        "16": "img\/cwicon16.png",
        "19": "img\/cwicon19.png",
        "38": "img\/cwicon38.png",
        "48": "img\/cwicon48.png",
        "128": "img\/cwicon128.png"
    },
    "options_page": "html\/options.html",
    "background": {
        "persistent": false,
        "page": "html\/background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/cwicon19.png",
            "38": "img\/cwicon38.png"
        },
        "default_title": "__MSG_defaultBrowserActionMessage__"
    },
    "permissions": [
        "activeTab",
        "desktopCapture",
        "idle",
        "storage",
        "tabCapture"
    ],
    "optional_permissions": [
        "alarms",
        "tabs",
        "https:\/\/*.hubspot.com\/contacts\/*",
        "https:\/\/account.lessannoyingcrm.com\/app\/View_Contact"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+C"
            }
        }
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.crankwheel.com\/*",
            "https:\/\/*.meeting.is\/*"
        ]
    },
    "manifest_version": 2
}