MagicIWB Agent Extension

SAMSUNG

MagicIWB Agent Extension란 무엇입니까?

MagicIWB Agent Extension은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SAMSUNG"입니다.

확장 프로그램 스크린샷

screenshot

MagicIWB Agent Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        MagicIWB Agent Extension is to be used with MagicIWB Agent PackagedApp. It is only to enhance the features of MagicIWB Agent PackagedApp.

This extension enbales following features of MagicIWB Agent PackagedApp:
1. Screen Sharing.
2. Internet Lock/Unlock.
3. Send URL.

Note: Users need to download (MagicIWB Agent + MagicIWB Agent Extension) for using all features of Manager-Agent(Chrome).                    

확장 프로그램 기본 정보

이름 MagicIWB Agent Extension MagicIWB Agent Extension
ID edhfpfillkonhllnibjabdnijaapfoka
공식 URL https://chromewebstore.google.com/detail/magiciwb-agent-extension/edhfpfillkonhllnibjabdnijaapfoka
설명 SAMSUNG
파일 크기 7.19 KB
설치 횟수 63
현재 버전 4016
최근 업데이트 2016-07-01
출시 날짜 2016-06-30
평점 3.67/5 총 3 개의 평점
개발자 Unknown
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MagicIWB Agent Extension",
    "version": "4016",
    "description": "SAMSUNG",
    "icons": {
        "16": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_title": "MagicIWB Extensions",
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "alarms",
        "notifications",
        "management",
        "tabs",
        "webNavigation",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "manifest_version": 2
}