Quote CRM Helper

View active quotes from AutoLoop Quote™ in your CRM.

Quote CRM Helperคืออะไร?

Quote CRM Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Affinitiv และคุณลักษณะหลักของมันคือ "View active quotes from AutoLoop Quote™ in your CRM."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quote CRM Helper

ดาวน์โหลดไฟล์ส่วนขยาย Quote CRM Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Our Quote CRM Helper puts our advanced equity mining and real-time quote generation at your fingertips, allowing you to view on-screen quote data for eligible customers without having to leave your CRM. Simply log in to the extension with your AutoLoop Quote™ credentials to enhance your CRM experience today!                    

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

ชื่อ Quote CRM Helper Quote CRM Helper
ID dapcphbgcgnliapnioffmpnnpkbfhief
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quote-crm-helper/dapcphbgcgnliapnioffmpnnpkbfhief
คำอธิบาย View active quotes from AutoLoop Quote™ in your CRM.
ขนาดไฟล์ 786 KB
จำนวนการติดตั้ง 358
เวอร์ชันปัจจุบัน 2.6.7
อัปเดตครั้งล่าสุด 2019-10-23
วันที่เผยแพร่ 2019-10-22
ผู้พัฒนา Affinitiv
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.autoloop.com/quote/
URL หน้านโยบายความเป็นส่วนตัว https://autoloop.us/DMS/App/EULA.aspx
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quote CRM Helper",
    "description": "View active quotes from AutoLoop Quote\u2122 in your CRM.",
    "version": "2.6.7",
    "icons": {
        "16": "icon16.png",
        "18": "icon18.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "60": "icon60.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "options_page": "\/app\/views\/options.html",
    "browser_action": {
        "default_icon": "icon64.png",
        "default_popup": "app\/views\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.affinitiv.com\/*",
                "https:\/\/*.autoloop.com\/*",
                "http:\/\/autoloop.local\/*",
                "https:\/\/*.autolooptest.us\/*",
                "https:\/\/*.autoloopbeta.us\/*",
                "https:\/\/*.autoloop.us\/*",
                "https:\/\/*.subarucareconnect.com\/*",
                "https:\/\/*.car-research.com\/*",
                "https:\/\/*.eleadcrm.com\/*",
                "https:\/\/apps.vinmanager.com\/*"
            ],
            "all_frames": true,
            "js": [
                "\/app\/scripts\/parsers\/Base.js",
                "\/app\/scripts\/parsers\/VinSolutions.js",
                "\/app\/scripts\/parsers\/XRM.js",
                "\/app\/scripts\/parsers\/ELead.js",
                "\/app\/scripts\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "\/app\/views\/background.html"
    },
    "web_accessible_resources": [
        "icon.png",
        "logo.png",
        "app\/views\/popup.html",
        "app\/views\/quote.html"
    ],
    "permissions": [
        "activeTab",
        "webNavigation",
        "tabs",
        "storage",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*.affinitiv.com\/*",
        "https:\/\/*.autoloop.com\/*",
        "http:\/\/autoloop.local\/*",
        "https:\/\/*.autolooptest.us\/*",
        "https:\/\/*.autoloopbeta.us\/*",
        "https:\/\/*.autoloop.us\/*",
        "https:\/\/*.subarucareconnect.com\/*",
        "https:\/\/*.car-research.com\/*",
        "https:\/\/*.eleadcrm.com\/*",
        "https:\/\/apps.vinmanager.com\/*"
    ]
}