VidCom
Video Inventory
What is VidCom?
VidCom is a Chrome extension developed by devapps, and its main feature is "Video Inventory".
Extension Screenshots
Download VidCom Extension CRX File
Download VidCom extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
VidCom is a multi-platform video communication app that enables dealership personnel view inventory videos using extension.
Extension Basic Information
Name | VidCom |
ID | pnefbiagljkjiifhcolkdlobickkncmg |
Official URL | https://chromewebstore.google.com/detail/vidcom/pnefbiagljkjiifhcolkdlobickkncmg |
Description | Video Inventory |
File Size | 165 KB |
Installation Count | 333 |
Current Version | 1.5.5 |
Last Updated | 2023-07-15 |
Publish Date | 2021-01-07 |
Rating | 5.00/5 Total 1 Ratings |
Developer | devapps |
[email protected] | |
Payment Type | free |
Extension Website | https://flickfusion.com/video-texting-email/ |
Help Page URL | https://flickfusion.com/contact-us/ |
Privacy Policy Page URL | https://flickfusion.com/privacy-policy |
Supported Languages | 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'" } |