iSmartFrame Debug Tool

Debug Tool for iSmartFrame Platform

iSmartFrame Debug Toolคืออะไร?

iSmartFrame Debug Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Akatop Srl และคุณลักษณะหลักของมันคือ "Debug Tool for iSmartFrame Platform"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย iSmartFrame Debug Tool

ดาวน์โหลดไฟล์ส่วนขยาย iSmartFrame Debug Tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}