IDA auto click

Automatically quantifies IDA

What is IDA auto click?

IDA auto click is a Chrome extension developed by enfometa, and its main feature is "Automatically quantifies IDA".

Extension Screenshots

screenshot

Download IDA auto click Extension CRX File

Download IDA auto click extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name IDA auto click IDA auto click
ID oilpjakcmjjemnmopfkelhkijiigfhim
Official URL https://chromewebstore.google.com/detail/ida-auto-click/oilpjakcmjjemnmopfkelhkijiigfhim
Description Automatically quantifies IDA
File Size 14.37 KB
Installation Count 57
Current Version 1.0
Last Updated 2023-04-04
Publish Date 2023-04-03
Rating 4.80/5 Total 5 Ratings
Developer enfometa
Email [email protected]
Payment Type free
Extension Website https://www.enfometa.com/
Help Page URL https://www.enfometa.com/
Supported Languages 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"
    }
}