A-M Controller

Auction manager controller

A-M Controllerคืออะไร?

A-M Controller เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Westpoints และคุณลักษณะหลักของมันคือ "Auction manager controller"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย A-M Controller

ดาวน์โหลดไฟล์ส่วนขยาย A-M Controller ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ A-M Controller A-M Controller
ID jikpjedmpkemeeobdgnehphailgilfjn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/a-m-controller/jikpjedmpkemeeobdgnehphailgilfjn
คำอธิบาย Auction manager controller
ขนาดไฟล์ 7.19 KB
จำนวนการติดตั้ง 73
เวอร์ชันปัจจุบัน 2.8.34
อัปเดตครั้งล่าสุด 2023-11-09
วันที่เผยแพร่ 2023-10-25
ผู้พัฒนา Westpoints
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://wspoints.com/extension/privacyAndPolicy
ภาษาที่รองรับ 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
}