iSmartFrame Debug Tool
Debug Tool for iSmartFrame Platform
What is iSmartFrame Debug Tool?
iSmartFrame Debug Tool is a Chrome extension developed by Akatop Srl, and its main feature is "Debug Tool for iSmartFrame Platform".
Extension Screenshots
Download iSmartFrame Debug Tool Extension CRX File
Download iSmartFrame Debug Tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | iSmartFrame Debug Tool |
ID | opmmhkdkikldocbchiiiklnbmgmakjoh |
Official URL | https://chromewebstore.google.com/detail/ismartframe-debug-tool/opmmhkdkikldocbchiiiklnbmgmakjoh |
Description | Debug Tool for iSmartFrame Platform |
File Size | 551 KB |
Installation Count | 212 |
Current Version | 3.0.6 |
Last Updated | 2023-05-23 |
Publish Date | 2020-06-28 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Akatop Srl |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://akatop.io/informativa-privacy |
Supported Languages | 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", " |