NSDL AF Extension
This is NSDL AutoFill
Wat is NSDL AF Extension?
NSDL AF Extension is een Chrome-extensie ontwikkeld door APNA ENTERPRISES, en de belangrijkste functie is "This is NSDL AutoFill".
Extensie Screenshots
Download het CRX-bestand van de extensie NSDL AF Extension
Download NSDL AF Extension-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
THIS SOFTWARE IS DESIGN AND DEVLOPPMENT BY APNAENTERPRISES FOR MORE DETAILS WTSP ME
Basisinformatie over de Extensie
Naam | ![]() |
ID | hiccjbcemjngeccelhfcmggaieioffpf |
Officiële URL | https://chrome.google.com/webstore/detail/nsdl-af-extension/hiccjbcemjngeccelhfcmggaieioffpf |
Beschrijving | This is NSDL AutoFill |
Bestandsgrootte | 24.22 KB |
Aantal Installaties | 953 |
Huidige Versie | 2 |
Laatst Bijgewerkt | 2020-08-03 |
Publicatiedatum | 2020-08-03 |
Ontwikkelaar | APNA ENTERPRISES |
[email protected] | |
Betalingswijze | in_app |
URL van de Privacybeleid Pagina | https://apnaenterprises.co.in |
Ondersteunde Talen | 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" ] } } |