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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

IFMG Lead Alert Tool 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 IFMG Lead Alert Tool IFMG Lead Alert Tool
ID bgiikhbaomjlhglfpjneealkhmbelece
공식 URL 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\/"
    ]
}