BombBomb Video - Webcam & Screen Recorder

Create, share, and track webcam and screen capture videos with the BombBomb Browser Extension.

ما هو BombBomb Video - Webcam & Screen Recorder؟

BombBomb Video - Webcam & Screen Recorder هو إضافة Chrome تم تطويرها بواسطة https://bombbomb.com، والميزة الرئيسية لها هي "Create, share, and track webcam and screen capture videos with the BombBomb Browser Extension.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة BombBomb Video - Webcam & Screen Recorder

قم بتنزيل ملفات الامتداد BombBomb Video - Webcam & Screen Recorder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Get better results with video.
 
Quickly and easily create, share, and track webcam and screen capture videos from any page in Chrome with the BombBomb Chrome Extension.
 
 
🎥  RECORD OR UPLOAD VIDEOS 
‣ Record your webcam, your screen, or both
‣ Create and add in-video Calls-to-Action
 
 
✉️  SHARE YOUR VIDEOS
‣ Embed video on a page or in an email, or share video URL
‣ 3-second Animated Preview in emails
‣ Add logo to your video player pages
‣ Recipients can like and comment on videos
‣ Recipients can reply with their own video
 
 
 
📊  TRACK ENGAGEMENT WITH YOUR VIDEOS
‣ Track emails opened, videos played, links clicked
‣ Real-time activity feed
‣ Know how much of your videos were watched
‣ Browser and smartphone push notifications
 
 
★★ Using Gmail? Enjoy all of the above features added directly to your Gmail inbox, PLUS:
 
 
🗒  SNIPPETS (GMAIL ONLY)
‣ Create and save canned responses to be reused
‣ Include text, images, links, and videos
 
We believe that every message you send can (and should!) be as effective as an in-person meeting. Join 40,000+ Sales and Customer Success professionals by humanizing your digital messages with BombBomb Video.
 
WHY BOMBBOMB?
 
BombBomb has been pioneering video communication since 2006. With over a decade of experience, an engaged community, and the definitive guide (we literally wrote the book on it!), you'll have the education, training, and support you need to be successful with video.
 
Try free for 14 days (no credit card required).                    

معلومات أساسية عن التمديد

الاسم BombBomb Video - Webcam & Screen Recorder BombBomb Video - Webcam & Screen Recorder
ID mfldbojpjpgjlphijlbgefdjebkhdjom
عنوان URL الرسمي https://chromewebstore.google.com/detail/bombbomb-video-webcam-scr/mfldbojpjpgjlphijlbgefdjebkhdjom
الوصف Create, share, and track webcam and screen capture videos with the BombBomb Browser Extension.
حجم الملف 1.67 MB
عدد التثبيتات 35,634
النسخة الحالية 5.5.14
آخر تحديث 2023-12-21
تاريخ النشر 2020-06-16
تقييم 4.83/5 مجموع تقييمات 659
المطور https://bombbomb.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://bombbomb.com
عنوان صفحة المساعدة http://support.bombbomb.com
عنوان صفحة سياسة الخصوصية http://bombbomb.com/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "BombBomb",
        "default_icon": "icons\/new-icon38.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/jquery.min.js"
            ],
            "matches": [
                "https:\/\/*.app.bombbomb.com\/app\/*"
            ]
        },
        {
            "run_at": "document_end",
            "js": [
                "js\/jquery.min.js",
                "mail\/mail.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        },
        {
            "run_at": "document_end",
            "css": [
                "css\/linkedin.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "linkedin\/linkedin.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ]
        },
        {
            "run_at": "document_start",
            "js": [
                "js\/jquery.min.js",
                "comms-loader\/comms-loader.js"
            ],
            "matches": [
                "https:\/\/*.app.bombbomb.com\/app\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'; frame-src 'self' https:\/\/*.bombbomb.com https:\/\/*.bombbomb.io ;",
    "options_page": "options.html",
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "homepage_url": "http:\/\/www.bombbomb.com",
    "icons": {
        "16": "icons\/new-icon16.png",
        "38": "icons\/new-icon38.png",
        "48": "icons\/new-icon48.png",
        "128": "icons\/new-icon128.png"
    },
    "manifest_version": 2,
    "name": "BombBomb Video - Webcam & Screen Recorder",
    "permissions": [
        "alarms",
        "cookies",
        "notifications",
        "storage",
        "declarativeNetRequest",
        "https:\/\/app.bombbomb.com\/*",
        "https:\/\/api.bombbomb.com\/*",
        "https:\/\/*.bombbomb.io\/",
        "https:\/\/*.bombbomb.com\/*",
        "https:\/\/mail.google.com\/*",
        "https:\/\/www.linkedin.com\/*",
        "https:\/\/*.googleusercontent.com\/*"
    ],
    "version": "5.5.14",
    "web_accessible_resources": [
        "css\/*",
        "images\/*",
        "\/options.html"
    ]
}