Eridan Duplicator
Удобный инструмент для просмотра и покупки лотов на аукционе Копарт (https://copart.com)! Расширение предоставляет…
Wat is Eridan Duplicator?
Eridan Duplicator is een Chrome-extensie ontwikkeld door Eridan Company LLP, en de belangrijkste functie is "Удобный инструмент для просмотра и покупки лотов на аукционе Копарт (https://copart.com)! Расширение предоставляет…".
Extensie Screenshots
Download het CRX-bestand van de extensie Eridan Duplicator
Download Eridan Duplicator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Удобный инструмент для просмотра и покупки лотов на аукционе Копарт (https://copart.com)!
Расширение предоставляет дополнительную информацию, которая поможет в поиске и выборе машины для покупки.
Доступен функционал для неавторизированных и авторизированных пользователей.
🔓 Неавторизированному пользователю расширения доступен следующий функционал:
1) просмотр VIN-кода любого автомобиля
2) информация о продавце лота (дилер или страховая компания)
3) просмотр суммы резерва продавца (если указан продавцом)
4) просмотр локации лота, указанной аукционом, и фактической локации лота
5) краткая историю продажи лота: дата продажи, победная ставка, статус продажи
6) подсчет средней цены на подобные лоты
7) краткая история продажи лота: дата продажи, победная ставка, статус продажи и другое
8) комфортный визуальный осмотр лота в hd качестве
9) расширенная история продажи лота, которая есть на autoAstat, в виде таблицы
10) другой бесплатный функционал
🔒 Авторизированному пользователю расширения доступен следующий функционал:
1-10) все преимущества неавторизированного пользователя
11) возможность делать ставки на понравившийся лот, а также торговать с продавцом, используя контр-ставки
12) возможность добавлять лоты в список Избранных лотов
13) возможность просматривать статусы ставок и инвойсов
14) другой премиальный функционал
По вопросам работы расширения обращайтесь: [email protected] Basisinformatie over de Extensie
| Naam | |
| ID | mapbnmkenejciggnkildgcohibbnhnmm |
| Officiële URL | https://chromewebstore.google.com/detail/eridan-duplicator/mapbnmkenejciggnkildgcohibbnhnmm |
| Beschrijving | Удобный инструмент для просмотра и покупки лотов на аукционе Копарт (https://copart.com)! Расширение предоставляет… |
| Bestandsgrootte | 2.72 MB |
| Aantal Installaties | 1,683 |
| Huidige Versie | 4.8.5 |
| Laatst Bijgewerkt | 2024-02-26 |
| Publicatiedatum | 2021-10-12 |
| Beoordeling | 3.36/5 Totaal 14 Beoordelingen |
| Ontwikkelaar | Eridan Company LLP |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://w8shipping.ua/privacy |
| Ondersteunde Talen | 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'"
} | |