CarFilm

CarFilm, record videos to build relationships and sell cars. Shoot to impress in 5 minutes or less.

What is CarFilm?

CarFilm is a Chrome extension developed by https://carfilmapp.com, and its main feature is "CarFilm, record videos to build relationships and sell cars. Shoot to impress in 5 minutes or less.".

Extension Screenshots

screenshot
screenshot
screenshot

Download CarFilm Extension CRX File

Download CarFilm 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

                        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.                    

Extension Basic Information

Name CarFilm CarFilm
ID hlahphicgmpidmdehfkogabgbdianamc
Official URL https://chromewebstore.google.com/detail/carfilm/hlahphicgmpidmdehfkogabgbdianamc
Description CarFilm, record videos to build relationships and sell cars. Shoot to impress in 5 minutes or less.
File Size 1.06 MB
Installation Count 889
Current Version 4.0.6
Last Updated 2024-02-19
Publish Date 2020-05-14
Rating 5.00/5 Total 2 Ratings
Developer https://carfilmapp.com
Email [email protected]
Payment Type free
Extension Website https://carfilmapp.com
Privacy Policy Page URL https://carfilmapp.com/legal
Supported Languages 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\/*"
    ]
}