VidCom
Video Inventory
什么是VidCom?
VidCom是由devapps开发的Chrome扩展程序,该扩展的主要功能是“Video Inventory”。
扩展截图
下载VidCom扩展crx文件
下载VidCom扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        VidCom is a multi-platform video communication app that enables dealership personnel view inventory videos using extension.                     扩展基本信息
| 名称 |   |  
| ID | pnefbiagljkjiifhcolkdlobickkncmg | 
| 官方URL | https://chromewebstore.google.com/detail/vidcom/pnefbiagljkjiifhcolkdlobickkncmg | 
| 简介 | Video Inventory | 
| 文件大小 | 165 KB | 
| 安装次数 | 333 | 
| 当前版本 | 1.5.5 | 
| 更新时间 | 2023-07-15 | 
| 上架时间 | 2021-01-07 | 
| 评分 | 5.00/5 共1次评分 | 
| 开发者 | devapps | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://flickfusion.com/video-texting-email/ | 
| 帮助页面URL | https://flickfusion.com/contact-us/ | 
| 隐私政策页面URL | https://flickfusion.com/privacy-policy | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VidCom",
    "version": "1.5.5",
    "description": "Video Inventory",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "clipboardWrite",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "images\/*",
        "css\/*",
        "js\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/cdnjs.cloudflare.com; object-src 'self'"
}  |  |