IDA auto click

Automatically quantifies IDA

Hvad er IDA auto click?

IDA auto click er en Chrome-udvidelse udviklet af enfometa, og dens hovedfunktion er "Automatically quantifies IDA".

Udvidelsesskærmbilleder

screenshot

Download IDA auto click-udvidelses-CRX-fil

Download IDA auto click-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn IDA auto click IDA auto click
ID oilpjakcmjjemnmopfkelhkijiigfhim
Officiel URL https://chromewebstore.google.com/detail/ida-auto-click/oilpjakcmjjemnmopfkelhkijiigfhim
Beskrivelse Automatically quantifies IDA
Filstørrelse 14.37 KB
Antal Installationer 57
Nuværende Version 1.0
Senest Opdateret 2023-04-04
Udgivelsesdato 2023-04-03
Bedømmelse 4.80/5 Samlet 5 Bedømmelser
Udvikler enfometa
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.enfometa.com/
Hjælpeside-URL https://www.enfometa.com/
Understøttede Sprog 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"
    }
}