CarFilm
CarFilm, record videos to build relationships and sell cars. Shoot to impress in 5 minutes or less.
CarFilmとは何ですか?
CarFilmはhttps://carfilmapp.comによって開発されたChromeの拡張機能で、その主な機能は「CarFilm, record videos to build relationships and sell cars. Shoot to impress in 5 minutes or less.」です。
拡張機能のスクリーンショット
CarFilm拡張機能のCRXファイルをダウンロード
CarFilm拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | CarFilm |
ID | hlahphicgmpidmdehfkogabgbdianamc |
公式URL | https://chromewebstore.google.com/detail/carfilm/hlahphicgmpidmdehfkogabgbdianamc |
説明 | CarFilm, record videos to build relationships and sell cars. Shoot to impress in 5 minutes or less. |
ファイルサイズ | 1.06 MB |
インストール数 | 889 |
現在のバージョン | 4.0.6 |
最終更新日 | 2024-02-19 |
公開日 | 2020-05-14 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://carfilmapp.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://carfilmapp.com |
プライバシーポリシーページのURL | https://carfilmapp.com/legal |
対応言語 | 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\/*" ] } |