IFMG Lead Alert Tool
Manage inbound Interactive Financial Leads while working within your dealership CRM.
什麼是IFMG Lead Alert Tool?
IFMG Lead Alert Tool是由http://interactivefmg.com開發的Chrome擴展程式,該擴展的主要功能是“Manage inbound Interactive Financial Leads while working within your dealership CRM.”。
擴展截圖
下載IFMG Lead Alert Tool擴展crx文件
下載IFMG Lead Alert Tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension is designed for Car Dealerships that are subscribed to Interactive Financial Marketing Group's software and marketing solutions. This new tool set will allow your dealership team to manage leads and communicate quicker without having to stay on our site waiting for new leads to arrive. This extension will optimize your lead response and increase productivity. The Chrome extension will alert you while you interact with your dealership management tools and give you immediate opportunities to reply and provide excellent customer service. This new tool set is only for current customers of IFMG's Lead management solutions and will require you to have a user account to login. Only tools that your dealership is subscribed will be available.
擴展基本資訊
名稱 | |
ID | bgiikhbaomjlhglfpjneealkhmbelece |
官方網址 | https://chrome.google.com/webstore/detail/ifmg-lead-alert-tool/bgiikhbaomjlhglfpjneealkhmbelece |
簡介 | Manage inbound Interactive Financial Leads while working within your dealership CRM. |
檔案大小 | 180 KB |
安裝次數 | 160 |
目前版本 | 1.0.0.4 |
更新時間 | 2020-01-01 |
上架時間 | 2020-01-01 |
開發者 | http://interactivefmg.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://interactivefmg.com |
說明頁面URL | https://www.interactivefmg.com/Contact |
隱私政策頁面URL | https://www.interactivefmg.com/Privacy |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IFMG Lead Alert Tool", "description": "Manage inbound Interactive Financial Leads while working within your dealership CRM.", "version": "1.0.0.4", "content_scripts": [ { "matches": [ "*:\/\/*.dealersocket.com\/*", "*:\/\/*.vinsolutions.com\/*", "*:\/\/*.drivedominion.com\/*", "*:\/\/*.dominioncrm.com\/*", "*:\/\/*.dominiondms.com\/*", "*:\/\/*.avv.com\/*", "*:\/\/*.dealactivator.com\/*", "*:\/\/*.promaxunlimited.com\/*", "*:\/\/*.dealerpeak.com\/*", "*:\/\/*.lotproonline.com\/*", "*:\/\/*.dealer.com\/*", "*:\/\/*.dealerleadtrtack.com\/*", "*:\/\/*.edealerlhub.com\/*", "*:\/\/*.dealercrm.com\/*", "*:\/\/*.dsmessage.com\/*", "*:\/\/*.eleadtrack.com\/*", "*:\/\/*.leadtrack.net\/*", "*:\/\/*.motosnap.com\/*", "*:\/\/*.dealerups.com\/*", "*:\/\/*.mitsubishiprospects.com\/*", "*:\/\/*.dealerspace.com\/*", "*:\/\/*.callcommando.com\/*", "*:\/\/*.forddirectcrmpro.com\/*", "*:\/\/*.dealermine.net\/*", "*:\/\/*.reyrey.net\/*", "*:\/\/*.dealerconnection.com\/*", "*:\/\/*.eleadcrm.com\/*", "*:\/\/*.connectcdk.com\/*", "*:\/\/*.drivecentric.com\/*", "*:\/\/*.sugarcrm.com\/*", "*:\/\/*.salesforce.com\/*" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ "tray.html" ], "browser_action": { "default_icon": "icon.png", "default_title": "IFMG Dollar", "default_popup": "login.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.gstatic.com https:\/\/ssl.google-analytics.com; object-src 'self';", "permissions": [ "activeTab", "storage", "notifications", "webRequest", "*:\/\/*.interactivefmg.com\/" ] } |