NSDL AF Extension

This is NSDL AutoFill

什么是NSDL AF Extension?

NSDL AF Extension是由APNA ENTERPRISES开发的Chrome扩展程序,该扩展的主要功能是“This is NSDL AutoFill”。

扩展截图

screenshot
screenshot

下载NSDL AF Extension扩展crx文件

下载NSDL AF Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 NSDL AF Extension NSDL AF Extension
ID hiccjbcemjngeccelhfcmggaieioffpf
官方URL https://chrome.google.com/webstore/detail/nsdl-af-extension/hiccjbcemjngeccelhfcmggaieioffpf
简介 This is NSDL AutoFill
文件大小 24.22 KB
安装次数 953
当前版本 2
更新时间 2020-08-03
上架时间 2020-08-03
开发者 APNA ENTERPRISES
电子邮箱 [email protected]
付费类型 in_app
隐私政策页面URL https://apnaenterprises.co.in
支持的语言 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"
        ]
    }
}