iSmartFrame Debug Tool

Debug Tool for iSmartFrame Platform

iSmartFrame Debug Tool란 무엇입니까?

iSmartFrame Debug Tool은(는) Akatop Srl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Debug Tool for iSmartFrame Platform"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

iSmartFrame Debug Tool 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension takes care of providing the right support to those who work on the iSF platform.

UPDATE: 

v3.0.6
Bug fixes

v3.0.5
Bug fixes

v3.0.4
Permission update

v3.0.3
Minor UI update
Minor bug fixes

v3.0.2
minor UI update

v3.0.1
Minor bug fixes

v3.0.0
New UI/UX

v2.0.3 BugFix
Changed other checks about request headers to compare them in in lower case.

v2.0.2 BugFix
Changed the check of isf Request Header.                    

확장 프로그램 기본 정보

이름 iSmartFrame Debug Tool iSmartFrame Debug Tool
ID opmmhkdkikldocbchiiiklnbmgmakjoh
공식 URL https://chromewebstore.google.com/detail/ismartframe-debug-tool/opmmhkdkikldocbchiiiklnbmgmakjoh
설명 Debug Tool for iSmartFrame Platform
파일 크기 551 KB
설치 횟수 212
현재 버전 3.0.6
최근 업데이트 2023-05-23
출시 날짜 2020-06-28
평점 5.00/5 총 3 개의 평점
개발자 Akatop Srl
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://akatop.io/informativa-privacy
지원되는 언어 it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "iSmartFrame Debug Tool",
    "description": "Debug Tool for iSmartFrame Platform",
    "version": "3.0.6",
    "author": "Akatop",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "iSmartFrame Debug Tool",
        "default_icon": {
            "128": "images\/default.png"
        }
    },
    "background": {
        "persistent": true,
        "scripts": [
            "jquery-3.3.1.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "images\/icon-16x16.png",
        "32": "images\/icon-32x32.png",
        "96": "images\/icon-96x96.png",
        "128": "images\/icon-128x128.png"
    },
    "permissions": [
        "activeTab",
        "",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ]
}