CarFilm
CarFilm, record videos to build relationships and sell cars. Shoot to impress in 5 minutes or less.
Cos'è CarFilm?
CarFilm è un'estensione di Chrome sviluppata da https://carfilmapp.com, e la sua funzione principale è "CarFilm, record videos to build relationships and sell cars. Shoot to impress in 5 minutes or less.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CarFilm
Scarica i file di estensione CarFilm in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | CarFilm |
ID | hlahphicgmpidmdehfkogabgbdianamc |
URL Ufficiale | https://chromewebstore.google.com/detail/carfilm/hlahphicgmpidmdehfkogabgbdianamc |
Descrizione | CarFilm, record videos to build relationships and sell cars. Shoot to impress in 5 minutes or less. |
Dimensione del File | 1.06 MB |
Conteggio Installazioni | 889 |
Versione Corrente | 4.0.6 |
Ultimo Aggiornamento | 2024-02-19 |
Data di Pubblicazione | 2020-05-14 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://carfilmapp.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://carfilmapp.com |
URL della Pagina della Politica sulla Privacy | https://carfilmapp.com/legal |
Lingue Supportate | 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\/*" ] } |