Atlantic Controller

Auction manager controller

ما هو Atlantic Controller؟

Atlantic Controller هو إضافة Chrome تم تطويرها بواسطة Westpoints، والميزة الرئيسية لها هي "Auction manager controller".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Atlantic Controller

قم بتنزيل ملفات الامتداد Atlantic Controller بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Atlantic Controller Atlantic Controller
ID odpmhhjkcnbdckfkchhebkbngajkmiop
عنوان URL الرسمي https://chromewebstore.google.com/detail/atlantic-controller/odpmhhjkcnbdckfkchhebkbngajkmiop
الوصف Auction manager controller
حجم الملف 7.17 KB
عدد التثبيتات 77
النسخة الحالية 0.0.1
آخر تحديث 2023-12-06
تاريخ النشر 2023-12-06
المطور Westpoints
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://extension.carexpress.ge/privacy-and-policy
اللغات المدعومة 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
}