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 هو إضافة Chrome تم تطويرها بواسطة InApps Developers، والميزة الرئيسية لها هي "This extension helps Heatmap's users to view iframe of websites that contain X-Frame-Options in headers".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Heatmap - Visualize how your users move
قم بتنزيل ملفات الامتداد Heatmap - Visualize how your users move بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | 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" } |