Drivably

We get inventory

Drivably क्या है?

Drivably https://platform.drivably.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "We get inventory"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Drivably एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
        ]
    }
}