Falcon Inspector

A Chrome extension for recording browser interaction and capturing network traffic.

Falcon Inspector क्या है?

Falcon Inspector Nabler द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome extension for recording browser interaction and capturing network traffic."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Falcon Inspector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        A Chrome extension for recording browser interaction, network calls and generating Selenium scripts to be used in Falcon Tag Auditing Console.
Now automate your website QA process by automating tag audits with Falcon - a website tag auditing tool.

Usage:
1. Press F12/open the chrome developer tools
2. Make sure you're on the Network Analyzer tab
3. Hit record while the developer tools window is open
4. Perform your Scenario Journey
5. Press Stop and Save the JSON file
6. Upload the JSON file to Falcon console

Debugging/auditing web analytics implementation on hundreds of pages on your organization’s website may cost you thousands of dollars and weeks of manual effort. With rapid changes on a website such as yours, there is a need for a faster alternative.

Falcon Inspector may be used in conjunction with Falcon, a smart website tag auditing platform by Nabler. Now make sure that your organization collects reliable data to make vital business decisions.

By using Falcon over Manual Audits: 
Crawl, execute and report more than 500 tags in just 15 seconds and save up to 98% of time 
Get High touch support from industry leaders - Nabler
Generate automated insights on your website with periodic scheduled scans

Falcon can be an affordable, faster, and reliable addition to your analytics team.

Here’s an opportunity to find out if you’re missing out on crucial user tracking data! Schedule a demo or mail us at [email protected]

© 2020 Falcon                    

एक्सटेंशन की मूल जानकारी

नाम Falcon Inspector Falcon Inspector
ID cahhfjbneheajhpjmemiohhfaobphijf
आधिकारिक URL https://chromewebstore.google.com/detail/falcon-inspector/cahhfjbneheajhpjmemiohhfaobphijf
विवरण A Chrome extension for recording browser interaction and capturing network traffic.
फ़ाइल का आकार 3.13 MB
स्थापना संख्या 57
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2020-08-27
प्रकाशन तिथि 2020-08-10
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Nabler
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.falconweb.io/
गोपनीयता नीति पृष्ठ URL https://www.nabler.com/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Falcon Inspector",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "A Chrome extension for recording browser interaction and capturing network traffic.",
    "author": "Nabler",
    "permissions": [
        "storage",
        "tabs",
        "webRequest",
        "webNavigation",
        "activeTab",
        "contextMenus",
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "images\/app_icon_16.ico",
        "128": "images\/app_icon_128.ico"
    },
    "devtools_page": "devtools\/devtools.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": "images\/icon-black48.ico",
        "default_title": "Falcon Inspector",
        "default_popup": "index.html"
    },
    "commands": {
        "TOGGLE_SCREENSHOT_MODE": {
            "suggested_key": {
                "default": "Ctrl+Shift+A",
                "mac": "Command+Shift+A"
            },
            "description": "Take screenshot"
        },
        "TOGGLE_SCREENSHOT_CLIPPED_MODE": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "Take screenshot clipped"
        }
    },
    "background": {
        "scripts": [
            "background.js",
            "libs\/OmnibugSettings.js",
            "libs\/OmnibugPort.js",
            "providers.js",
            "eventPage.js"
        ],
        "persistent": true
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    }
}