VidCom
Video Inventory
Wat is VidCom?
VidCom is een Chrome-extensie ontwikkeld door devapps, en de belangrijkste functie is "Video Inventory".
Extensie Screenshots
Download het CRX-bestand van de extensie VidCom
Download VidCom-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
VidCom is a multi-platform video communication app that enables dealership personnel view inventory videos using extension. Basisinformatie over de Extensie
| Naam | |
| ID | pnefbiagljkjiifhcolkdlobickkncmg |
| Officiële URL | https://chromewebstore.google.com/detail/vidcom/pnefbiagljkjiifhcolkdlobickkncmg |
| Beschrijving | Video Inventory |
| Bestandsgrootte | 165 KB |
| Aantal Installaties | 333 |
| Huidige Versie | 1.5.5 |
| Laatst Bijgewerkt | 2023-07-15 |
| Publicatiedatum | 2021-01-07 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | devapps |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://flickfusion.com/video-texting-email/ |
| Help Pagina-URL | https://flickfusion.com/contact-us/ |
| URL van de Privacybeleid Pagina | https://flickfusion.com/privacy-policy |
| Ondersteunde Talen | 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'"
} | |