IDA auto click

Automatically quantifies IDA

ما هو IDA auto click؟

IDA auto click هو إضافة Chrome تم تطويرها بواسطة enfometa، والميزة الرئيسية لها هي "Automatically quantifies IDA".

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

screenshot

تحميل ملف CRX للإضافة IDA auto click

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

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

                        Automatically quantifies IDA. 
1. Open IDA app in browser from link https://ida-vip.com/. 
2. Login, click on 'Quantify' button from website and click on 'Start auto Quantization'
3. Don't close browser tab
4. Enjoy your rest of the work! We will take care of IDA                    

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

الاسم IDA auto click IDA auto click
ID oilpjakcmjjemnmopfkelhkijiigfhim
عنوان URL الرسمي https://chromewebstore.google.com/detail/ida-auto-click/oilpjakcmjjemnmopfkelhkijiigfhim
الوصف Automatically quantifies IDA
حجم الملف 14.37 KB
عدد التثبيتات 57
النسخة الحالية 1.0
آخر تحديث 2023-04-04
تاريخ النشر 2023-04-03
تقييم 4.80/5 مجموع تقييمات 5
المطور enfometa
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.enfometa.com/
عنوان صفحة المساعدة https://www.enfometa.com/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "IDA auto click",
    "description": "Automatically quantifies IDA",
    "version": "1.0",
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/ida_logo.png",
            "32": "images\/ida_logo.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "images\/enfometa_ida.png",
        "32": "images\/enfometa_ida.png",
        "48": "images\/enfometa_ida.png",
        "128": "images\/enfometa_ida.png"
    }
}