CarFilm
CarFilm, record videos to build relationships and sell cars. Shoot to impress in 5 minutes or less.
Was ist CarFilm?
CarFilm ist eine Chrome-Erweiterung, die von https://carfilmapp.com entwickelt wurde, und ihr Hauptmerkmal ist "CarFilm, record videos to build relationships and sell cars. Shoot to impress in 5 minutes or less.".
Erweiterungsscreenshots
CarFilm-Erweiterungs-CRX-Datei herunterladen
Laden Sie CarFilm-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | CarFilm |
ID | hlahphicgmpidmdehfkogabgbdianamc |
Offizielle URL | https://chromewebstore.google.com/detail/carfilm/hlahphicgmpidmdehfkogabgbdianamc |
Beschreibung | CarFilm, record videos to build relationships and sell cars. Shoot to impress in 5 minutes or less. |
Dateigröße | 1.06 MB |
Installationsanzahl | 889 |
Aktuelle Version | 4.0.6 |
Letztes Update | 2024-02-19 |
Veröffentlichungsdatum | 2020-05-14 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://carfilmapp.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://carfilmapp.com |
URL der Datenschutzrichtlinien-Seite | https://carfilmapp.com/legal |
Unterstützte Sprachen | 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\/*" ] } |