iGPlus

Enhance your iGPmanager experience

iGPlus란 무엇입니까?

iGPlus은(는) RoboTo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhance your iGPmanager experience"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

iGPlus 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension enhances your IGP Manager experience by providing useful information and shortcuts at your fingertips.

NOTE: iGPlus is developed independently and is not officially endorsed by or affiliated with igpmanager.com.                    

확장 프로그램 기본 정보

이름 iGPlus iGPlus
ID onlpmknkfokbdljeekgdjjnfekehfdfh
공식 URL https://chromewebstore.google.com/detail/igplus/onlpmknkfokbdljeekgdjjnfekehfdfh
설명 Enhance your iGPmanager experience
파일 크기 4.73 MB
설치 횟수 652
현재 버전 1.5.24
최근 업데이트 2024-02-21
출시 날짜 2022-09-27
평점 5.00/5 총 7 개의 평점
개발자 RoboTo
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "iGPlus",
    "version": "1.5.24",
    "description": "Enhance your iGPmanager experience",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnUe8HeNjRMPeZa7maP\/SFuVuN9d8Zi\/76LVeI5lv5ycUwvz6vATphN42paO61NNzxcuGKWFhq59yIwS145zbUTEuErt4g6shq10rn62pkagkmQc3JnVz\/ZiB95N81ljsuyXwI5HUtYkeHdMdduhYnQNE0ZPF24+ybcEDfDASnfMOqgxnajKNEAk4DKp33yX5Qb0xPfOd8p40cm1esMMwtIlO3GAf4QCRFirXqPqvgjkMLFwnFivIKAHywTKLnn9+ELhLXvDIoi4ZmdWgRhyqaFoDJtkef\/YWbk4XIt30efdSejzViviLcfK6O+I1\/+zIhEFpYthj5GqAhuwxdelROQIDAQAB",
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "action": {
        "default_icons": {
            "128": "images\/Icon128.png"
        },
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "host_permissions": [
        "*:\/\/igpmanager.com\/*"
    ],
    "icons": {
        "128": "images\/Icon128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/igpmanager.com\/*"
            ],
            "resources": [
                "*.png",
                "*.PNG",
                "*.svg",
                "*.css",
                "*.js"
            ]
        }
    ]
}