Kennected Video

Bring Kennected Video directly into your Gmail

Kennected Videoคืออะไร?

Kennected Video เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kennectedvideo และคุณลักษณะหลักของมันคือ "Bring Kennected Video directly into your Gmail"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kennected Video

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

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

                        Kennected understands that the old way of prospecting is often not very fun and can be quite tedious. We’re talking about networking events, cold calling, and more. But we all know we need new, fresh qualified leads for our businesses. That is why we built Kennected.

With Kennected Video, you can record, send, and track personalized video messages to bring in a steady stream of appointments and sales. 

RECORD your webcam, screen, or both.
CUSTOMIZE your persoanalized video messages by adding your own calls-to-action and landing page. 
SEND new or add existing videos from your Kennected Video library. 
TRACK engagement through email notifications and recent activity.

Download the Kennected Video Chrome extension now to see why so many people are having success with Kennected.                    

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

ชื่อ Kennected Video Kennected Video
ID kfddkkoaalomfadhnchpbkmpfjkhdhhh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/kennected-video/kfddkkoaalomfadhnchpbkmpfjkhdhhh
คำอธิบาย Bring Kennected Video directly into your Gmail
ขนาดไฟล์ 3.05 MB
จำนวนการติดตั้ง 155
เวอร์ชันปัจจุบัน 2.2.3.6
อัปเดตครั้งล่าสุด 2022-03-22
วันที่เผยแพร่ 2021-05-01
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา kennectedvideo
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://kennected.org/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Kennected Video",
    "name": "Kennected Video",
    "description": "Bring Kennected Video directly into your Gmail",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon\/favicon.png",
        "default_popup": "index.html",
        "default_title": "Kennected Video"
    },
    "icons": {
        "16": "icon\/favicon.png",
        "48": "icon\/favicon.png",
        "128": "icon\/favicon.png"
    },
    "background": {
        "scripts": [
            "faviconManager.js",
            "desktopCapture.js",
            "db.js",
            "backgroundController.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "inboxsdk.js",
                "gmailWindow.js"
            ],
            "css": [
                "gmailWindow.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "covideoWindow.js"
            ],
            "css": [
                "covideoWindow.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/*.cloudkennect.com\/*"
            ],
            "js": [
                "covideoWindow.js"
            ],
            "css": [
                "covideoWindow.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/*.leadballers.com\/*"
            ],
            "js": [
                "covideoWindow.js"
            ],
            "css": [
                "covideoWindow.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "https:\/\/eiy0talp86.execute-api.us-east-1.amazonaws.com\/dev\/*",
        "https:\/\/3atmfp4on1.execute-api.us-east-1.amazonaws.com\/prod\/*",
        "https:\/\/www.inboxsdk.com\/*",
        "tabs",
        "activeTab",
        "notifications",
        "clipboardWrite",
        "desktopCapture",
        "storage",
        "unlimitedStorage",
        "https:\/\/portal.kennected.video\/",
        "https:\/\/www.portal.kennected.video\/",
        "https:\/\/dev.covideo.com\/",
        "https:\/\/mail.google.com\/*",
        "https:\/\/www.googleapis.com\/*",
        "https:\/\/www.linkedin.com\/*",
        "https:\/\/*.cloudkennect.com\/*",
        "https:\/\/*.leadballers.com\/*"
    ],
    "options_ui": {
        "page": ".\/options_window.html",
        "chrome_style": false,
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "options_window.html",
        "cameraStream.html",
        "cameraStream.js",
        "cameraNoSound.html",
        "cameraNoSound.js",
        "gmail.js",
        "gmailNotify.js",
        "gmailInjector.js",
        "extension_button.js",
        "pageLeaveAlert.js",
        "options.js",
        "icon\/*",
        "static\/*",
        "sso-signin.html"
    ],
    "commands": {
        "start-stop-recording": {
            "suggested_key": {
                "default": "Ctrl+Shift+1",
                "mac": "MacCtrl+Shift+1",
                "chromeos": "Ctrl+Shift+1",
                "linux": "Ctrl+Shift+1"
            },
            "description": "Start\/Stop recording",
            "global": true
        },
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+Y",
                "mac": "MacCtrl+Shift+Y",
                "chromeos": "Ctrl+Shift+Y",
                "linux": "Ctrl+Shift+Y"
            },
            "global": false
        }
    },
    "version": "2.2.3.6",
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/js.intercomcdn.com https:\/\/widget.intercom.io\/widget\/bqokc38u ; object-src 'self'"
}