IFMG Lead Alert Tool

Manage inbound Interactive Financial Leads while working within your dealership CRM.

IFMG Lead Alert Toolคืออะไร?

IFMG Lead Alert Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://interactivefmg.com และคุณลักษณะหลักของมันคือ "Manage inbound Interactive Financial Leads while working within your dealership CRM."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IFMG Lead Alert Tool

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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\/"
    ]
}