Eridan Duplicator
Удобный инструмент для просмотра и покупки лотов на аукционе Копарт (https://copart.com)! Расширение предоставляет…
What is Eridan Duplicator?
Eridan Duplicator is a Chrome extension developed by Eridan Company LLP, and its main feature is "Удобный инструмент для просмотра и покупки лотов на аукционе Копарт (https://copart.com)! Расширение предоставляет…".
Extension Screenshots
Download Eridan Duplicator Extension CRX File
Download Eridan Duplicator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Удобный инструмент для просмотра и покупки лотов на аукционе Копарт (https://copart.com)! Расширение предоставляет дополнительную информацию, которая поможет в поиске и выборе машины для покупки. Доступен функционал для неавторизированных и авторизированных пользователей. 🔓 Неавторизированному пользователю расширения доступен следующий функционал: 1) просмотр VIN-кода любого автомобиля 2) информация о продавце лота (дилер или страховая компания) 3) просмотр суммы резерва продавца (если указан продавцом) 4) просмотр локации лота, указанной аукционом, и фактической локации лота 5) краткая историю продажи лота: дата продажи, победная ставка, статус продажи 6) подсчет средней цены на подобные лоты 7) краткая история продажи лота: дата продажи, победная ставка, статус продажи и другое 8) комфортный визуальный осмотр лота в hd качестве 9) расширенная история продажи лота, которая есть на autoAstat, в виде таблицы 10) другой бесплатный функционал 🔒 Авторизированному пользователю расширения доступен следующий функционал: 1-10) все преимущества неавторизированного пользователя 11) возможность делать ставки на понравившийся лот, а также торговать с продавцом, используя контр-ставки 12) возможность добавлять лоты в список Избранных лотов 13) возможность просматривать статусы ставок и инвойсов 14) другой премиальный функционал По вопросам работы расширения обращайтесь: [email protected]
Extension Basic Information
Name | Eridan Duplicator |
ID | mapbnmkenejciggnkildgcohibbnhnmm |
Official URL | https://chromewebstore.google.com/detail/eridan-duplicator/mapbnmkenejciggnkildgcohibbnhnmm |
Description | Удобный инструмент для просмотра и покупки лотов на аукционе Копарт (https://copart.com)! Расширение предоставляет… |
File Size | 2.72 MB |
Installation Count | 1,683 |
Current Version | 4.8.5 |
Last Updated | 2024-02-26 |
Publish Date | 2021-10-12 |
Rating | 3.36/5 Total 14 Ratings |
Developer | Eridan Company LLP |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://w8shipping.ua/privacy |
Supported Languages | 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'" } |