iSmartFrame Debug Tool
Debug Tool for iSmartFrame Platform
iSmartFrame Debug Tool क्या है?
iSmartFrame Debug Tool Akatop Srl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Debug Tool for iSmartFrame Platform"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में iSmartFrame Debug Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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", " |