NSDL AF Extension
This is NSDL AutoFill
Hvad er NSDL AF Extension?
NSDL AF Extension er en Chrome-udvidelse udviklet af APNA ENTERPRISES, og dens hovedfunktion er "This is NSDL AutoFill".
Udvidelsesskærmbilleder
Download NSDL AF Extension-udvidelses-CRX-fil
Download NSDL AF Extension-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
THIS SOFTWARE IS DESIGN AND DEVLOPPMENT BY APNAENTERPRISES FOR MORE DETAILS WTSP ME
Grundlæggende oplysninger om udvidelsen
Navn | ![]() |
ID | hiccjbcemjngeccelhfcmggaieioffpf |
Officiel URL | https://chrome.google.com/webstore/detail/nsdl-af-extension/hiccjbcemjngeccelhfcmggaieioffpf |
Beskrivelse | This is NSDL AutoFill |
Filstørrelse | 24.22 KB |
Antal Installationer | 953 |
Nuværende Version | 2 |
Senest Opdateret | 2020-08-03 |
Udgivelsesdato | 2020-08-03 |
Udvikler | APNA ENTERPRISES |
[email protected] | |
Betalingsmetode | in_app |
URL til Fortrolighedspolitik Side | https://apnaenterprises.co.in |
Understøttede Sprog | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NSDL AF Extension", "description": "This is NSDL AutoFill", "version": "2", "icons": { "128": "icon.png" }, "permissions": [ "activeTab", "tabs" ], "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ] } } |