A-M Controller

Auction manager controller

What is A-M Controller?

A-M Controller is a Chrome extension developed by Westpoints, and its main feature is "Auction manager controller".

Extension Screenshots

screenshot

Download A-M Controller Extension CRX File

Download A-M Controller 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

                        I use this extension to control my second extension with ID: abnliehnnagleabhdhpcjnlddgmfboad and Name: Auctions Manager. If Auctions Manager extension will be uninstalled or disabled A-M controller will refuse access user to Auctions Manager and also will log out from copart and iaai websites.                    

Extension Basic Information

Name A-M Controller A-M Controller
ID jikpjedmpkemeeobdgnehphailgilfjn
Official URL https://chromewebstore.google.com/detail/a-m-controller/jikpjedmpkemeeobdgnehphailgilfjn
Description Auction manager controller
File Size 7.19 KB
Installation Count 73
Current Version 2.8.34
Last Updated 2023-11-09
Publish Date 2023-10-25
Developer Westpoints
Email [email protected]
Payment Type free
Privacy Policy Page URL https://wspoints.com/extension/privacyAndPolicy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "A-M Controller",
    "description": "Auction manager controller",
    "version": "2.8.34",
    "icons": {
        "16": "obj-16x16.png",
        "32": "obj-32x32.png",
        "48": "obj-48x48.png",
        "128": "obj-128x128.png"
    },
    "permissions": [
        "management",
        "cookies"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "obj-16x16.png",
        "default_popup": "index.html"
    },
    "host_permissions": [
        "https:\/\/www.copart.com\/*",
        "https:\/\/copart.com\/*",
        "https:\/\/www.iaai.com\/*",
        "https:\/\/iaai.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "type": "module"
        }
    ],
    "manifest_version": 3
}