iSmartFrame Debug Tool

Debug Tool for iSmartFrame Platform

iSmartFrame Debug Tool là gì?

iSmartFrame Debug Tool là một tiện ích mở rộng Chrome được phát triển bởi Akatop Srl, và tính năng chính của nó là "Debug Tool for iSmartFrame Platform".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng iSmartFrame Debug Tool

Tải xuống các tệp mở rộng iSmartFrame Debug Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên iSmartFrame Debug Tool iSmartFrame Debug Tool
ID opmmhkdkikldocbchiiiklnbmgmakjoh
URL Chính Thức https://chromewebstore.google.com/detail/ismartframe-debug-tool/opmmhkdkikldocbchiiiklnbmgmakjoh
Mô tả Debug Tool for iSmartFrame Platform
Kích Thước Tệp 551 KB
Số Lần Cài Đặt 212
Phiên Bản Hiện Tại 3.0.6
Cập Nhật Lần Cuối 2023-05-23
Ngày Phát Hành 2020-06-28
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Akatop Srl
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://akatop.io/informativa-privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}