Eridan Duplicator

Удобный инструмент для просмотра и покупки лотов на аукционе Копарт (https://copart.com)! Расширение предоставляет…

Apa itu Eridan Duplicator?

Eridan Duplicator adalah ekstensi Chrome yang dikembangkan oleh Eridan Company LLP, dan fitur utamanya adalah "Удобный инструмент для просмотра и покупки лотов на аукционе Копарт (https://copart.com)! Расширение предоставляет…".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Eridan Duplicator

Unduh file ekstensi Eridan Duplicator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Удобный инструмент для просмотра и покупки лотов на аукционе Копарт (https://copart.com)!

    Расширение предоставляет дополнительную информацию, которая поможет в поиске и выборе машины для покупки.

Доступен функционал для неавторизированных и авторизированных пользователей.

🔓 Неавторизированному пользователю расширения доступен следующий функционал:
    1) просмотр VIN-кода любого автомобиля
    2) информация о продавце лота (дилер или страховая компания)
     3) просмотр суммы резерва продавца (если указан продавцом)
    4) просмотр локации лота, указанной аукционом, и фактической локации лота
    5) краткая историю продажи лота: дата продажи, победная ставка, статус продажи
    6) подсчет средней цены на подобные лоты
    7) краткая история продажи лота: дата продажи, победная ставка, статус продажи и другое
    8) комфортный визуальный осмотр лота в hd качестве
    9) расширенная история продажи лота, которая есть на autoAstat, в виде таблицы
    10) другой бесплатный функционал

🔒 Авторизированному пользователю расширения доступен следующий функционал:
    1-10) все преимущества неавторизированного пользователя
    11) возможность делать ставки на понравившийся лот, а также торговать с продавцом, используя контр-ставки
    12) возможность добавлять лоты в список Избранных лотов
    13) возможность просматривать статусы ставок и инвойсов
    14) другой премиальный функционал

По вопросам работы расширения обращайтесь: [email protected]                    

Informasi Dasar Ekstensi

Nama Eridan Duplicator Eridan Duplicator
ID mapbnmkenejciggnkildgcohibbnhnmm
URL Resmi https://chromewebstore.google.com/detail/eridan-duplicator/mapbnmkenejciggnkildgcohibbnhnmm
Deskripsi Удобный инструмент для просмотра и покупки лотов на аукционе Копарт (https://copart.com)! Расширение предоставляет…
Ukuran File 2.72 MB
Jumlah Instalasi 1,683
Versi Saat Ini 4.8.5
Terakhir Diperbarui 2024-02-26
Tanggal Publikasi 2021-10-12
Penilaian 3.36/5 Total 14 Penilaian
Pengembang Eridan Company LLP
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://w8shipping.ua/privacy
Bahasa yang Didukung ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.8.5",
    "name": "Eridan Duplicator",
    "background": {
        "page": "background\/index.html",
        "persistent": true
    },
    "permissions": [
        "webRequestBlocking",
        "unlimitedStorage",
        "webRequest",
        "management",
        "webNavigation",
        "privacy",
        "cookies",
        "storage",
        "proxy",
        "tabs",
        "*:\/\/*.eridan-duplicator.com\/*",
        "*:\/\/.eridan-duplicator.com\/*",
        "*:\/\/*.copart.com\/*",
        "*:\/\/.copart.com\/*",
        "*:\/\/*.iaai.com\/*",
        "*:\/\/.iaai.com\/*"
    ],
    "browser_action": {
        "default_popup": "popup\/index.html",
        "default_icon": "assets\/img\/icon-16.png"
    },
    "icons": {
        "16": "assets\/img\/icon-16.png",
        "34": "assets\/img\/icon-34.png",
        "48": "assets\/img\/icon-48.png",
        "128": "assets\/img\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/iaai.com\/*",
                "*:\/\/www.iaai.com\/*"
            ],
            "js": [
                "features\/heart_beat.bundle.js",
                "iaai\/iaai_content.bundle.js",
                "iaai\/iaai_document_idle.bundle.js"
            ]
        },
        {
            "matches": [
                "*:\/\/iaai.com\/*",
                "*:\/\/www.iaai.com\/*",
                "*:\/\/portal.auctionnow.iaai.com\/*"
            ],
            "run_at": "document_start",
            "css": [
                "iaai\/content.styles.css"
            ],
            "js": [
                "features\/message_bridge.bundle.js",
                "features\/localization.bundle.js",
                "iaai\/iaai_live_auction.bundle.js"
            ]
        },
        {
            "matches": [
                "*:\/\/iaai.com\/*",
                "*:\/\/www.iaai.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "iaai\/iaai_document_start.bundle.js"
            ]
        },
        {
            "matches": [
                "*:\/\/copart.com\/*",
                "*:\/\/www.copart.com\/*"
            ],
            "css": [
                "copart\/content.styles.css"
            ],
            "js": [
                "features\/heart_beat.bundle.js",
                "copart\/copart_content.bundle.js",
                "copart\/copart_document_idle.bundle.js"
            ]
        },
        {
            "matches": [
                "*:\/\/copart.com\/*",
                "*:\/\/www.copart.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "copart\/copart_document_start.bundle.js"
            ]
        },
        {
            "matches": [
                "*:\/\/copart.com\/*",
                "*:\/\/www.copart.com\/*",
                "*:\/\/g2auction.copart.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "features\/message_bridge.bundle.js",
                "features\/localization.bundle.js",
                "copart\/copart_live_auction.bundle.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/copart.com\/*",
            "*:\/\/*.copart.com\/*",
            "*:\/\/.copart.com\/*"
        ]
    },
    "web_accessible_resources": [
        "copart\/content.styles.css",
        "copart\/copart_xhr_interceptor.bundle.js",
        "iaai\/iaai_xhr_interceptor.bundle.js",
        "assets\/img\/AutoAstat.ico",
        "assets\/img\/icon-transparent.png",
        "assets\/img\/icon-128.png",
        "assets\/img\/loader.gif",
        "features\/photo_gallery\/index.html"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.ingest-lr.com; object-src 'self'"
}