Atlantic Controller

Auction manager controller

Qu'est-ce que Atlantic Controller ?

Atlantic Controller est une extension Chrome développée par Westpoints, et sa fonction principale est "Auction manager controller".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Atlantic Controller

Téléchargez les fichiers d'extension Atlantic Controller au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Atlantic Controller Atlantic Controller
ID odpmhhjkcnbdckfkchhebkbngajkmiop
URL Officiel https://chromewebstore.google.com/detail/atlantic-controller/odpmhhjkcnbdckfkchhebkbngajkmiop
Description Auction manager controller
Taille du Fichier 7.17 KB
Nombre d'Installations 77
Version Actuelle 0.0.1
Dernière Mise à Jour 2023-12-06
Date de Publication 2023-12-06
Développeur Westpoints
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://extension.carexpress.ge/privacy-and-policy
Langues Prises en Charge 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
}