AutohelperBot

Плагин для комфортной работы с copart.com iaai.com: - резерв продавца - продавец страховая в списке Установите плагин для…

What is AutohelperBot?

AutohelperBot is a Chrome extension developed by https://autohelperbot.com, and its main feature is "Плагин для комфортной работы с copart.com iaai.com: - резерв продавца - продавец страховая в списке Установите плагин для…".

Extension Screenshots

screenshot
screenshot
screenshot

Download AutohelperBot Extension CRX File

Download AutohelperBot 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

                        Плагин для комфортной работы с copart.com iaai.com:
- резерв продавца
- продавец страховая в списке

Установите плагин для профессиональной работы со страховыми аукционами COPART IAAI прямо в Ваш браузер и узнайте почему нас выбирают:
- Показываем страховая компания продает лот или перекуп прямо в списке поиска!
- Реальные цены таможенного калькулятора.
- Знаем резервы продавцов, и на Копарте и на ИааИ (цена за сколько продавец готов продать машину)
- Показываем HD фото в галерее фотографий
- Реальные цены комиссии, перевозки. 
- Функционал для брокеров.
- Открытый Вин код.
- Стоимость дополнительных расходов.
- Боты в Фейсбук,  Вайбер,  Телеграм
- Самые доступные цены на CarFax отчеты (история авто, пробег, количество владельцев, сколько было ДТП итд)
С данными от Auto Helper Bot - Вы профессионал.

Plugin for comfort work with Copart and Iaai salvage auto auctions.                    

Extension Basic Information

Name AutohelperBot AutohelperBot
ID fojpkmgahmlajoheocnkebaoodepoekj
Official URL https://chromewebstore.google.com/detail/autohelperbot/fojpkmgahmlajoheocnkebaoodepoekj
Description Плагин для комфортной работы с copart.com iaai.com: - резерв продавца - продавец страховая в списке Установите плагин для…
File Size 45.46 KB
Installation Count 20,000
Current Version 1.3.4
Last Updated 2021-05-24
Publish Date 2020-05-28
Rating 4.17/5 Total 18 Ratings
Developer https://autohelperbot.com
Email [email protected]
Payment Type free
Extension Website https://autohelperbot.com/
Privacy Policy Page URL https://autohelperbot.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AutohelperBot",
    "version": "1.3.4",
    "icons": {
        "16": "car.png",
        "32": "car.png",
        "48": "car.png",
        "128": "car.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.copart.com\/*",
                "*:\/\/*.iaai.com\/*",
                "*:\/\/*.bidfax.info\/*",
                "*:\/\/*.autoastat.com\/*",
                "*:\/\/*.auto.ria.com\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": []
    },
    "permissions": [
        "https:\/\/autohelperbot.com\/*",
        "https:\/\/www.copart.com\/*",
        "https:\/\/www.iaai.com\/*",
        "https:\/\/copart.com\/*",
        "https:\/\/iaai.com\/*",
        "https:\/\/bidfax.info\/*",
        "https:\/\/autoastat.com\/*",
        "https:\/\/auto.ria.com\/*"
    ],
    "browser_action": {
        "default_title": "AutohelperBot",
        "default_icon": "car.png",
        "default_popup": "popup.html"
    }
}