IDA auto click

Automatically quantifies IDA

Wat is IDA auto click?

IDA auto click is een Chrome-extensie ontwikkeld door enfometa, en de belangrijkste functie is "Automatically quantifies IDA".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie IDA auto click

Download IDA auto click-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam IDA auto click IDA auto click
ID oilpjakcmjjemnmopfkelhkijiigfhim
Officiële URL https://chromewebstore.google.com/detail/ida-auto-click/oilpjakcmjjemnmopfkelhkijiigfhim
Beschrijving Automatically quantifies IDA
Bestandsgrootte 14.37 KB
Aantal Installaties 57
Huidige Versie 1.0
Laatst Bijgewerkt 2023-04-04
Publicatiedatum 2023-04-03
Beoordeling 4.80/5 Totaal 5 Beoordelingen
Ontwikkelaar enfometa
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.enfometa.com/
Help Pagina-URL https://www.enfometa.com/
Ondersteunde Talen 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"
    }
}