CrankWheel Screen Sharing

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

Qu'est-ce que CrankWheel Screen Sharing ?

CrankWheel Screen Sharing est une extension Chrome développée par https://crankwheel.com, et sa fonction principale est "Instant browser tab or screen sharing with one or multiple customers. No download or preparation needed, even on their mobile.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension CrankWheel Screen Sharing

Téléchargez les fichiers d'extension CrankWheel Screen Sharing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom CrankWheel Screen Sharing CrankWheel Screen Sharing
ID dooinopjfnhlmmdkdepajfipfhlcmjgp
URL Officiel https://chromewebstore.google.com/detail/crankwheel-screen-sharing/dooinopjfnhlmmdkdepajfipfhlcmjgp
Description Instant browser tab or screen sharing with one or multiple customers. No download or preparation needed, even on their mobile.
Taille du Fichier 93.74 KB
Nombre d'Installations 57,082
Version Actuelle 6.14.0.0
Dernière Mise à Jour 2024-01-09
Date de Publication 2019-12-15
Évaluation 4.81/5 Total 341 Évaluations
Développeur https://crankwheel.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://crankwheel.com/
URL de la Page d'Aide https://support.crankwheel.com/
URL de la Page de Politique de Confidentialité https://crankwheel.com/privacy-policy
Langues Prises en Charge 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
}