Quotible

Quotible Extension for Interacting with CRM Leads!

Quotibleとは何ですか?

Quotibleはhttps://quotible.comによって開発されたChromeの拡張機能で、その主な機能は「Quotible Extension for Interacting with CRM Leads!」です。

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

screenshot
screenshot

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

Quotible拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Quotible is the leading quoting platform for dealerships, providing a seamless integration with your CRM to help deliver cash, finance and lease quotes faster and with greater precision. Your customers receive interactive quotes that enable them to customize payments, appraise their trade, print coupons, and learn more about the dealership and their sales person. Your sales team is provided with real-time updates through email and text each time your customers engage a quote, relaying the essential details needed to close the deal, including the customer's goals for down, rate, term, payment and trade-in. Quotible is the next generation of internet lead response.                    

拡張機能の基本情報

名前 Quotible Quotible
ID nifjamfgfhmhmgpcpobpmfppknmgnhfe
公式URL https://chromewebstore.google.com/detail/quotible/nifjamfgfhmhmgpcpobpmfppknmgnhfe
説明 Quotible Extension for Interacting with CRM Leads!
ファイルサイズ 2.39 MB
インストール数 594
現在のバージョン 4.9
最終更新日 2024-02-13
公開日 2020-03-18
開発者 https://quotible.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.quotible.com
プライバシーポリシーページのURL https://quotible.com/privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quotible",
    "version": "4.9",
    "description": "Quotible Extension for Interacting with CRM Leads!",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "webNavigation",
        "https:\/\/*.eleadcrm.com\/*",
        "https:\/\/*.forddirectcrm.com\/*",
        "https:\/\/*.vinmanager.com\/*",
        "https:\/\/*.vinsolutions.com\/*",
        "https:\/\/*.coxautoinc.com\/*",
        "https:\/\/*.dealersocket.com\/*",
        "https:\/\/*.dealer.reyrey.net\/*",
        "https:\/\/*.drivecentric.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/qicon16.png",
            "32": "images\/qicon32.png",
            "48": "images\/qicon48.png",
            "128": "images\/qicon128.png"
        }
    },
    "web_accessible_resources": [
        "img\/*",
        "images\/*",
        "fonts\/*",
        "js\/material-components-vue\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.eleadcrm.com\/*",
                "https:\/\/*.forddirectcrm.com\/*",
                "https:\/\/*.vinmanager.com\/*",
                "https:\/\/*.vinsolutions.com\/*",
                "https:\/\/*.coxautoinc.com\/*",
                "https:\/\/*.dealersocket.com\/*",
                "https:\/\/*.dealer.reyrey.net\/*",
                "https:\/\/*.drivecentric.com\/*"
            ],
            "js": [
                "vue.js",
                "interface.js"
            ],
            "css": [
                "material-components-web.css",
                "interface.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/qicon16.png",
        "32": "images\/qicon32.png",
        "48": "images\/qicon48.png",
        "128": "images\/qicon128.png"
    }
}