Quote CRM Helper

View active quotes from AutoLoop Quote™ in your CRM.

Quote CRM Helperとは何ですか?

Quote CRM HelperはAffinitivによって開発されたChromeの拡張機能で、その主な機能は「View active quotes from AutoLoop Quote™ in your CRM.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Quote CRM Helper拡張機能のCRXファイルをダウンロード

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
Eメール [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\/*"
    ]
}