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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        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/
URL หน้าช่วยเหลือ 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"
    }
}