Heatmap - Visualize how your users move
This extension helps Heatmap's users to view iframe of websites that contain X-Frame-Options in headers
Heatmap - Visualize how your users move क्या है?
Heatmap - Visualize how your users move InApps Developers द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension helps Heatmap's users to view iframe of websites that contain X-Frame-Options in headers"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Heatmap - Visualize how your users move एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
What's new in 0.0.2: - Fixed an issue with the websites that are hosted on Shopify This extension helps Heatmap's users to bypass the Chromium's security policy to view iframe of websites that contain X-Frame-Options in headers.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | kfbcangmdhjoemiipgiecglladlkljgc |
आधिकारिक URL | https://chrome.google.com/webstore/detail/heatmap-visualize-how-you/kfbcangmdhjoemiipgiecglladlkljgc |
विवरण | This extension helps Heatmap's users to view iframe of websites that contain X-Frame-Options in headers |
फ़ाइल का आकार | 42.77 KB |
स्थापना संख्या | 86 |
वर्तमान संस्करण | 0.0.2 |
अंतिम अपडेट | 2019-03-25 |
प्रकाशन तिथि | 2019-03-19 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | InApps Developers |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://heatmap.vn |
सहायता पृष्ठ URL | https://heatmap.vn |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "src\/bg\/background.js" ] }, "browser_action": { "default_icon": "icons\/heatmap.png", "default_popup": "src\/browser_action\/browser_action.html", "default_title": "Heatmap admin" }, "default_locale": "en", "description": "This extension helps Heatmap's users to view iframe of websites that contain X-Frame-Options in headers", "homepage_url": "https:\/\/heatmap.vn", "icons": { "128": "icons\/heatmap.png", "16": "icons\/heatmap.png", "48": "icons\/heatmap.png" }, "manifest_version": 2, "name": "Heatmap - Visualize how your users move", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*\/*" ], "short_name": "Heatmap.vn", "version": "0.0.2" } |