BSNL FTTH Admin Login

Automatically login to BSNL FTTH Admin

BSNL FTTH Admin Login란 무엇입니까?

BSNL FTTH Admin Login은(는) https://desijewel.in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically login to BSNL FTTH Admin"입니다.

확장 프로그램 스크린샷

screenshot

BSNL FTTH Admin Login 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Every time you login to BSNL FTTH admin page in your Syrotech router ip, you have to type username as 'admin', captcha code and have to put password everytime.
So I have made it simpler to do this.

After installing entension. You have to set default password so it can load this password everytime you access admin page.
There is option of "Use Default Password", if you enable it. The default password will be loaded everytime, and if you want use another password for some time just disable it.                    

확장 프로그램 기본 정보

이름 BSNL FTTH Admin Login BSNL FTTH Admin Login
ID jppnhodgdlhiipfdbjbhanedpgieinke
공식 URL https://chromewebstore.google.com/detail/bsnl-ftth-admin-login/jppnhodgdlhiipfdbjbhanedpgieinke
설명 Automatically login to BSNL FTTH Admin
파일 크기 27.18 KB
설치 횟수 196
현재 버전 1.0
최근 업데이트 2022-03-01
출시 날짜 2022-02-27
평점 5.00/5 총 1 개의 평점
개발자 https://desijewel.in
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://satlaa.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BSNL FTTH Admin Login",
    "manifest_version": 3,
    "version": "1.0",
    "description": "Automatically login to BSNL FTTH Admin",
    "action": {
        "default_title": "BSNL FTTH Admin Login",
        "default_popup": "popup.html",
        "default_icon": "\/images\/logo.png"
    },
    "icons": {
        "128": "\/images\/logo.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/192.168.1.1\/admin\/login.asp",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/background.js"
            ],
            "matches": [
                "http:\/\/192.168.1.1\/admin\/login.asp"
            ]
        },
        {
            "js": [
                "js\/background_error_login.js"
            ],
            "matches": [
                "http:\/\/192.168.1.1\/boaform\/admin\/formLogin"
            ]
        }
    ]
}