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
官方網址 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"
    }
}