A-M Controller
Auction manager controller
ما هو A-M Controller؟
A-M Controller هو إضافة Chrome تم تطويرها بواسطة Westpoints، والميزة الرئيسية لها هي "Auction manager controller".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة A-M Controller
قم بتنزيل ملفات الامتداد A-M 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.
معلومات أساسية عن التمديد
الاسم | 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 |
عنوان صفحة سياسة الخصوصية | 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": [ " |