Shazoom Video Recorder & Messaging Tool

Capture your screen or camera, share your video and track who's watching it!

Shazoom Video Recorder & Messaging Toolคืออะไร?

Shazoom Video Recorder & Messaging Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cincopa และคุณลักษณะหลักของมันคือ "Capture your screen or camera, share your video and track who's watching it!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shazoom Video Recorder & Messaging Tool

ดาวน์โหลดไฟล์ส่วนขยาย Shazoom Video Recorder & Messaging Tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Capture your screen or camera, share your video and track who's watching it!
 
 
Humanize, cut through the noise and build relationships with the power of personalized video. Record your webcam or capture your screen with a single click.
Share your recordings through email, LinkedIn or twitter from your desktop or mobile device. Track who's watching and follow up with engaged individuals, customers and partners.
 
 
=:) <:) #:) Shazoom is amazing. Here's why:
 
-Completely Free. Start Recording, Sharing & Tracking now.
   
-Record your webcam, capture your screen or both.
 
-Get a thumbnail or GIF link & Embeds for Social & Email.
 
-Brandable Shazoom pages with your logo, Title, CTA meeting, social icons and more.
 
- Share directly to LinkedIn & other social platforms
 
- Embed animated GIF thumbnail in Gmail, Outlook or any CRM & Email platform.
 
- Record unlimited HD quality videos
 
- Responsive Video which plays back perfectly on any device.

-Shazoom.io works on your mobile device with no app installation needed. It's magical.

- Use it natively inside your existing tools such as Email, CRM, sales software and more.
 
 
Shazoom.IO is amazing for:
 
-B2B sales & SDR - To pitch their products, get more meetings, follow up on calls and build trust. 
-Business Development Reps - get a response from responsive individuals, follow up and build relationships.
-Customer Success managers - connect with customers and accounts, introduce tips and business value, upsale new products and features.
-Support & Technical Teams - help customers navigate issues, keeping NPS at a 10\10.
-Channel Managers - Better connect and engage your partners.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Shazoom Video Recorder & Messaging Tool Shazoom Video Recorder & Messaging Tool
ID ahfgeclknnjfgbefcblahelikidbgehh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shazoom-video-recorder-me/ahfgeclknnjfgbefcblahelikidbgehh
คำอธิบาย Capture your screen or camera, share your video and track who's watching it!
ขนาดไฟล์ 573 KB
จำนวนการติดตั้ง 434
เวอร์ชันปัจจุบัน 1.0.8
อัปเดตครั้งล่าสุด 2020-04-16
วันที่เผยแพร่ 2020-04-12
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Cincopa
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://shazoom.io/about
URL หน้านโยบายความเป็นส่วนตัว https://www.cincopa.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shazoom Video Recorder & Messaging Tool",
    "description": "Capture your screen or camera, share your video and track who's watching it!",
    "version": "1.0.8",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "logo.png",
        "default_title": "Shazoom Video Recorder & Messaging Tool",
        "default_popup": "window.html"
    },
    "icons": {
        "16": "logo_16.png",
        "48": "logo_48.png",
        "128": "logo_128.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "RecordRTC.min.js",
            "DetectRTC.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "rectraceContent.js",
                "inject.js"
            ],
            "all_frames": false
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "inboxsdk.js",
                "gmail.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "tabCapture",
        "notifications"
    ],
    "web_accessible_resources": [
        "*.html",
        "*.js",
        "*.css",
        "*.png",
        "\/fonts\/*.*",
        "\/assets\/audios\/shazoom-click.mp3"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}