NSDL AF Extension

This is NSDL AutoFill

Vad är NSDL AF Extension?

NSDL AF Extension är en Chrome-tillägg utvecklad av APNA ENTERPRISES, och dess huvudfunktion är "This is NSDL AutoFill".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner NSDL AF Extension-förlängningens CRX-fil

Ladda ner NSDL AF Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        THIS SOFTWARE IS DESIGN AND DEVLOPPMENT BY APNAENTERPRISES FOR MORE DETAILS WTSP ME                    

Grundläggande Information om Tillägg

Namn NSDL AF Extension NSDL AF Extension
ID hiccjbcemjngeccelhfcmggaieioffpf
Officiell webbadress https://chrome.google.com/webstore/detail/nsdl-af-extension/hiccjbcemjngeccelhfcmggaieioffpf
Beskrivning This is NSDL AutoFill
Filstorlek 24.22 KB
Antal Installationer 953
Aktuell Version 2
Senast Uppdaterad 2020-08-03
Publiceringsdatum 2020-08-03
Utvecklare APNA ENTERPRISES
E-post [email protected]
Betalningssätt in_app
URL till Sekretesspolicy Sidan https://apnaenterprises.co.in
Stödda Språk 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"
        ]
    }
}