VidCom

Video Inventory

VidComとは何ですか?

VidComはdevappsによって開発されたChromeの拡張機能で、その主な機能は「Video Inventory」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

VidCom拡張機能のCRXファイルをダウンロード

VidCom拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        VidCom is a multi-platform video communication app that enables dealership personnel view inventory videos using extension.                    

拡張機能の基本情報

名前 VidCom VidCom
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
Eメール [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'"
}