IDA auto click

Automatically quantifies IDA

什么是IDA auto click?

IDA auto click是由enfometa开发的Chrome扩展程序,该扩展的主要功能是“Automatically quantifies IDA”。

扩展截图

screenshot

下载IDA auto click扩展crx文件

下载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"
    }
}