CarFilm
CarFilm, record videos to build relationships and sell cars. Shoot to impress in 5 minutes or less.
Wat is CarFilm?
CarFilm is een Chrome-extensie ontwikkeld door https://carfilmapp.com, en de belangrijkste functie is "CarFilm, record videos to build relationships and sell cars. Shoot to impress in 5 minutes or less.".
Extensie Screenshots
Download het CRX-bestand van de extensie CarFilm
Download CarFilm-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
CarFilm helps car dealerships send personal videos to their clients. This app enables you to send videos and display your videos over any website on the internet. For example if you have a customer requests more info on a car you can film a video showing them around the car and then display that video over the car detail page on your website or a third party website. This app is also useful for requesting reviews from customers, and sending car service related videos.
Basisinformatie over de Extensie
Naam | CarFilm |
ID | hlahphicgmpidmdehfkogabgbdianamc |
Officiële URL | https://chromewebstore.google.com/detail/carfilm/hlahphicgmpidmdehfkogabgbdianamc |
Beschrijving | CarFilm, record videos to build relationships and sell cars. Shoot to impress in 5 minutes or less. |
Bestandsgrootte | 1.06 MB |
Aantal Installaties | 889 |
Huidige Versie | 4.0.6 |
Laatst Bijgewerkt | 2024-02-19 |
Publicatiedatum | 2020-05-14 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://carfilmapp.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://carfilmapp.com |
URL van de Privacybeleid Pagina | https://carfilmapp.com/legal |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CarFilm", "description": "CarFilm, record videos to build relationships and sell cars. Shoot to impress in 5 minutes or less.", "version": "4.0.6", "icons": { "128": "images\/carfilm_app_logo128.png", "48": "images\/carfilm_app_logo48.png", "16": "images\/carfilm_app_logo16.png" }, "browser_action": { "default_icon": { "19": "images\/carfilm_app_logo19.png", "38": "images\/carfilm_app_logo38.png" }, "default_popup": "extension.html", "default_title": "CarFilm" }, "background": { "scripts": [ "js\/jquery-3.3.1.min.js", "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*", "*:\/\/vinsolutions.app.coxautoinc.com\/CarDashboard\/Pages\/LeadManagement\/sendemail.aspx*", "*:\/\/vinsolutions.app.coxautoinc.com\/CarDashboard\/Pages\/rims2.aspx*", "*:\/\/www.eleadcrm.com\/evo2\/fresh\/*\/elead_track\/*eblink\/*emplates.asp*", "*:\/\/www.eleadcrm.com\/rt\/MessengerClient\/Home\/*", "*:\/\/*.oplogic.com\/*\/EmailServlet*", "*:\/\/*.oplogic.com\/*\/sms-chat\/*", "*:\/\/oplogic.com\/*\/SendEmail*", "*:\/\/oplogic.com\/*\/CustomerServlet*", "*:\/\/*.dealersocket.com\/crm\/email\/*", "*:\/\/bb.dealersocket.com\/window-app.html*", "*:\/\/bb.dealersocket.com\/*", "*:\/\/www.forddirectcrm.com\/evo2\/fresh\/*\/elead_track\/*eblink\/*emplates.asp*", "*:\/\/www.forddirectcrm.com\/rt\/MessengerClient\/Home*", "*:\/\/asbury.eleadcrm.com\/evo2\/fresh\/*\/elead_track\/*eblink\/*emplates.asp*", "*:\/\/asbury.eleadcrm.com\/rt\/MessengerClient\/Home*", "*:\/\/tonkinauto.dealerpeak.net\/?fuseaction=Messenger.Compose*", "*:\/\/tonkinauto.dealerpeak.net\/?fuseaction=crm.customer*", "*:\/\/app.tecobi.com\/text-messages\/*", "*:\/\/portal.updatepromise.com\/*", "*:\/\/cm.dealer.reyrey.net\/Client\/Profile\/*", "*:\/\/crm.machaik.net\/*" ], "js": [ "js\/jquery-3.3.1.min.js", "js\/clipboard.min.js", "js\/plyr.js", "js\/content_data.js", "js\/content.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "html\/*", "css\/*", "images\/*" ], "permissions": [ "cookies", "*:\/\/carfilmapp.com\/*" ] } |