Atlantic Controller

Auction manager controller

What is Atlantic Controller?

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

Extension Screenshots

screenshot

Download Atlantic Controller Extension CRX File

Download Atlantic 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 Atlantic Controller Atlantic Controller
ID odpmhhjkcnbdckfkchhebkbngajkmiop
Official URL https://chromewebstore.google.com/detail/atlantic-controller/odpmhhjkcnbdckfkchhebkbngajkmiop
Description Auction manager controller
File Size 7.17 KB
Installation Count 77
Current Version 0.0.1
Last Updated 2023-12-06
Publish Date 2023-12-06
Developer Westpoints
Email [email protected]
Payment Type free
Privacy Policy Page URL https://extension.carexpress.ge/privacy-and-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Atlantic Controller",
    "description": "Auction manager controller",
    "version": "0.0.1",
    "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
}