IDA auto click

Automatically quantifies IDA

IDA auto click là gì?

IDA auto click là một tiện ích mở rộng Chrome được phát triển bởi enfometa, và tính năng chính của nó là "Automatically quantifies IDA".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng IDA auto click

Tải xuống các tệp mở rộng IDA auto click dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên IDA auto click IDA auto click
ID oilpjakcmjjemnmopfkelhkijiigfhim
URL Chính Thức https://chromewebstore.google.com/detail/ida-auto-click/oilpjakcmjjemnmopfkelhkijiigfhim
Mô tả Automatically quantifies IDA
Kích Thước Tệp 14.37 KB
Số Lần Cài Đặt 57
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-04-04
Ngày Phát Hành 2023-04-03
Đánh Giá 4.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển enfometa
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.enfometa.com/
URL Trang Trợ Giúp https://www.enfometa.com/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}