Drivably

We get inventory

Drivably란 무엇입니까?

Drivably은(는) https://platform.drivably.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "We get inventory"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Drivably 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Drivably combines proprietary algorithms with best in class vehicle data to provide real-time vehicles values and recommendations for wholesale inventory. Our AI and machine learning platform removes the tedium and time consuming process of booking out inventory. Drivably moves the needle by allowing dealers to get right to making decisions.

Drivably for Chrome allows you to work in the tools you use today to create a more fluid and efficient buying process. Our Chrome extension saves dealers time by providing values and recommendations without ever leaving an auction site.


FEATURES

✓ Get real-time valuations right in your browser from auction websites and others

✓ See purchasing recommendations for the vehicle you are viewing

✓ Linked directly with Drivably Platform allowing you to save a vehicle you are looking at to a list and then compare those vehicles later

Currently works with the following sites:

ove.com
adessa.com
manheim.com
traderev.com
buyusedinventory.com
vauto.com
acvauctions.com                    

확장 프로그램 기본 정보

이름 Drivably Drivably
ID djdfomgalgbgnhknemfkegbehojkmkii
공식 URL https://chromewebstore.google.com/detail/drivably/djdfomgalgbgnhknemfkegbehojkmkii
설명 We get inventory
파일 크기 78.16 KB
설치 횟수 50
현재 버전 1.9
최근 업데이트 2021-02-23
출시 날짜 2020-06-25
평점 5.00/5 총 1 개의 평점
개발자 https://platform.drivably.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://drivably.com
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Drivably",
    "version": "1.9",
    "description": "We get inventory",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "tabs"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        }
    },
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/127.0.0.1:8000\/*",
            "https:\/\/drivably.devsquadstage.com\/*",
            "https:\/\/platform.drivably.com\/*"
        ]
    }
}