ERP extension for KGPians

to log in to erp pages without any delay

ERP extension for KGPians란 무엇입니까?

ERP extension for KGPians은(는) Rajat Raj에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "to log in to erp pages without any delay"입니다.

확장 프로그램 스크린샷

screenshot

ERP extension for KGPians 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension is exclusively for IIT Kharagpur Users. Using this extension, they can easily log into the erp website without worrying about typing the login credentials.

-----Updated-----
As ERP website's domain has changed, corresponding changes has been made to work for the new domain                    

확장 프로그램 기본 정보

이름 ERP extension for KGPians ERP extension for KGPians
ID cpehhocmbickbkapejcdojbpbhpchocb
공식 URL https://chromewebstore.google.com/detail/erp-extension-for-kgpians/cpehhocmbickbkapejcdojbpbhpchocb
설명 to log in to erp pages without any delay
파일 크기 38.28 KB
설치 횟수 1,229
현재 버전 1.1.3
최근 업데이트 2018-07-18
출시 날짜 2018-07-17
평점 5.00/5 총 18 개의 평점
개발자 Rajat Raj
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery-1.11.1.min.js",
                "my-script.js"
            ],
            "matches": [
                "https:\/\/erp.iitkgp.ac.in\/SSOAdministration*"
            ]
        }
    ],
    "description": "to log in to erp pages without any delay",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAioa4aG0ctucs94VsmqPzQptsRRAWQ9SHLcpD74qHvquJeQVeUsVfOFBDec8BLUt3duveOWLJ153DAhlIrr9wSSCkm\/LkWHJWkDGKgjVFWDZzHNmdChZ7zurjABZ02NatX1bW08NF5GgVy0JSKJUhloCpIGAjUODBVTEBgbYvCT8CXkBG8kvglYbpTTkQ7lIpHrMUijwkScZAnd1apjqyS+GCvQGEE34NA3N5YzWbKGfztzwQ5pWfBCIJ818L7U6Y4jhVovlmfUbSvLjvEYTfPVPPSRVj4SZOR8DsUs4a8IsPfvv\/t5hllsRCZwx65OAOM9SYwdjj4PK1fjy\/dJ83lwIDAQAB",
    "manifest_version": 2,
    "name": "ERP extension for KGPians",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.3"
}