Quotible
Quotible Extension for Interacting with CRM Leads!
Quotible란 무엇입니까?
Quotible은(는) https://quotible.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quotible Extension for Interacting with CRM Leads!"입니다.
확장 프로그램 스크린샷
Quotible 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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 |
이메일 | [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" } } |