iSmartFrame Debug Tool

Debug Tool for iSmartFrame Platform

¿Qué es iSmartFrame Debug Tool?

iSmartFrame Debug Tool es una extensión de Chrome desarrollada por Akatop Srl, y su función principal es "Debug Tool for iSmartFrame Platform".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión iSmartFrame Debug Tool

Descarga archivos de extensión iSmartFrame Debug Tool en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre iSmartFrame Debug Tool iSmartFrame Debug Tool
ID opmmhkdkikldocbchiiiklnbmgmakjoh
URL Oficial https://chromewebstore.google.com/detail/ismartframe-debug-tool/opmmhkdkikldocbchiiiklnbmgmakjoh
Descripción Debug Tool for iSmartFrame Platform
Tamaño del Archivo 551 KB
Cantidad de Instalaciones 212
Versión Actual 3.0.6
Última Actualización 2023-05-23
Fecha de Publicación 2020-06-28
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador Akatop Srl
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://akatop.io/informativa-privacy
Idiomas Soportados 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"
    ]
}