Sendspark Video and Screen Recorder

Record and share professional-looking videos for business

Sendspark Video and Screen Recorder란 무엇입니까?

Sendspark Video and Screen Recorder은(는) https://sendspark.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Record and share professional-looking videos for business"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Sendspark Video and Screen Recorder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Easily capture & share professional-looking videos updates, pitches, presentations, and demos. 

Perfect for Marketing, Sales, Support and Customer Success: 

→ Build personal relationships with customers
→ Collaborate with team members
→ Capture instant demos and tutorials
→ Drive more engagement and conversions
→ Increase customer delight and retention
→ Enhance marketing newsletters, automated email sequences, & quick personal messages

Sendspark makes video capture easy. Install now to share personalized video emails & messages without any video experience or expensive equipment. 

-------------------------------------------

Key Features:

Record videos
→ Record personalized video messages
→ Record your screen 
→ Request videos from others with a quick-share link

Personalize videos at scale
→ Personalize video thumbnails to pop in email
→ Add your customer’s name & logo
→ Use polished video landing pages

Convert with video calls-to-action
→ Add a CTA below your video
→ Embed your calendar below videos
→ Let viewers reply with video

Share videos anywhere
→ Send videos in email
→ Embed videos in website or blog pages
→ Instant integrations with Gmail, LinkedIn, Outreach, and more

Collaborate with your team
→ Edit videos together
→ Share videos in team folders
→ Request videos from coworkers

Track engagement & conversions
→ CRM integrations with Salesforce, Hubspot, and Zoho
→ Real-time notifications 
→ Detailed analytics and viewer insights


-------------------------------------------

Plans & Pricing

Free Forever 
→ Make up to 30 videos
→ No video time limit

Sendspark Pro ($15 / user / month)
→ Unlimited videos
→ Custom branding
→ Detailed analytics

-------------------------------------------

Loved by 12,000+ users around the world: 

“We’ve doubled our email open rate from 40% to 80% using Sendspark in our email sequences.” - Aazar Shad, Head of Growth at Userpilot

“I use this tool more than anything else. It's more efficient than typing, and customers like it way more" - Steven Leshinger, Director of Customer Success at Colossus

“A board member replied to our video newsletter to say it’s the smartest thing he’s ever seen a nonprofit do.”  - CJ Craig, VP of Marketing at Big Brothers Big Sisters of South Texas

-------------------------------------------

Website -  sendspark.com                    

확장 프로그램 기본 정보

이름 Sendspark Video and Screen Recorder Sendspark Video and Screen Recorder
ID blimjkpadkhcpmkeboeknjcmiaogbkph
공식 URL https://chromewebstore.google.com/detail/sendspark-video-and-scree/blimjkpadkhcpmkeboeknjcmiaogbkph
설명 Record and share professional-looking videos for business
파일 크기 9.71 MB
설치 횟수 13,568
현재 버전 1.2.15
최근 업데이트 2024-02-22
출시 날짜 2020-08-12
평점 4.92/5 총 773 개의 평점
개발자 https://sendspark.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.sendspark.com
도움말 페이지 URL http://help.sendspark.com/en/
개인정보 보호 정책 페이지 URL https://www.sendspark.com/privacy
지원되는 언어 en-US
manifest.json
{
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiAZ7uZfatF+6GeUrQNTqbgiWXiuNIvRl5+HGzGMLetXYT3WVmgwDtehrRJg5Z+PIDYf2QEiqhUQR9qVf+jgGHzZnorwGQIFcILoqXd5KNgFGjIgLzisgRA+oYHyDlFamhx7hxc0nWtguI1Mfh2YKuh0bckdsviT\/g8f7vDrfsJWRCxKtdogy4\/bpW60tV+gLDKKHvQo\/vyO1+8vHInzDl\/PF5vZLqGWm6U1BLFJOr9NAdMn\/HoWkEDij\/mL665t7ezEsm+pXH7EsxjKB7opight\/B0zF5\/IgndW+af9\/Dwqgpqzw28tdfNgesWV+l+xgO\/fd++2jflj15+iHyfRdxQIDAQAB",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sendspark Video and Screen Recorder",
    "version": "1.2.15",
    "manifest_version": 2,
    "description": "Record and share professional-looking videos for business",
    "browser_action": {
        "default_icon": "assets\/production\/icon-default-128.png"
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [],
            "js": [
                "content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "inboxsdk.js",
                "gmail.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app.intercom.com\/*"
            ],
            "js": [
                "intercom.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "linkedIn.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.zendesk.com\/agent\/*"
            ],
            "js": [
                "zendesk.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app.hubspot.com\/*"
            ],
            "js": [
                "hubspot.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.outreach.io\/*"
            ],
            "js": [
                "outreach.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app.close.com\/*"
            ],
            "js": [
                "closeio.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.lightning.force.com\/*"
            ],
            "js": [
                "salesforce.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app.bridgersystem.com\/*"
            ],
            "js": [
                "bridger.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.sendspark.com\/share\/*",
                "https:\/\/sendspark.com\/share\/*",
                "*:\/\/*\/share\/*"
            ],
            "js": [
                "shareUserData.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": true
    },
    "permissions": [
        "cookies",
        "tabs",
        "*:\/\/*\/*",
        "notifications",
        "storage"
    ],
    "web_accessible_resources": [
        "usermedia.html",
        "camera.html",
        "cameraonly.html",
        "videopreview.html",
        "trimvideopreview.html",
        "initializecamera.html",
        "assets\/*.png",
        "assets\/*.svg",
        "assets\/*.gif",
        "assets\/*.wasm",
        "assets\/*.bin",
        "assets\/*.deepar",
        "*.webm"
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:*\/*",
            "http:\/\/stg341.localhost:*\/*",
            "*:\/\/stg341.sendspark.com\/*",
            "*:\/\/app.sendspark.com\/*",
            "*:\/\/sendspark.com\/*",
            "*:\/\/mail.google.com\/*",
            "*:\/\/inbox.google.com\/*"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}