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
Eメール [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"
    }
}