CodeFuse.ObjectSpy

Chrome extension to support CodeFuse ObjectSpy application

What is CodeFuse.ObjectSpy?

CodeFuse.ObjectSpy is a Chrome extension developed by https://codefuse.io, and its main feature is "Chrome extension to support CodeFuse ObjectSpy application".

Extension Screenshots

screenshot

Download CodeFuse.ObjectSpy Extension CRX File

Download CodeFuse.ObjectSpy 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

                        CodeFuse ObjectSpy extension allows users of the CodeFuse test automation platform to quickly spy on web objects and store their identification information.

Within the CodeFuse application this allows the user to spy on individual objects, screen-scrape whole screens and even create test steps with objects automatically created.                    

Extension Basic Information

Name CodeFuse.ObjectSpy CodeFuse.ObjectSpy
ID nimeamjkbbdmkecfebekjbajcikacckj
Official URL https://chromewebstore.google.com/detail/codefuseobjectspy/nimeamjkbbdmkecfebekjbajcikacckj
Description Chrome extension to support CodeFuse ObjectSpy application
File Size 18.49 KB
Installation Count 17
Current Version 6
Last Updated 2017-04-26
Publish Date 2017-04-26
Rating 5.00/5 Total 1 Ratings
Developer https://codefuse.io
Email [email protected]
Payment Type free
Extension Website http://www.codefuse.io
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CodeFuse.ObjectSpy",
    "description": "Chrome extension to support CodeFuse ObjectSpy application",
    "version": "6",
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "storage",
        "webNavigation",
        "system.display",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/codefuseconsole-staging.cloudapp.net\/*",
            "*:\/\/www.codefuseconsole.eu\/*",
            "*:\/\/codefuseconsole.eu\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/localhost\/1spy\/_panel\/panel.html?extension=true",
                "*:\/\/codefuseconsole-staging.cloudapp.net\/1spy\/_panel\/panel.html?extension=true",
                "*:\/\/www.codefuseconsole.eu\/1spy\/_panel\/panel.html?extension=true",
                "*:\/\/codefuseconsole.eu\/1spy\/_panel\/panel.html?extension=true"
            ],
            "js": [
                "injectPopup.js"
            ],
            "run_at": "document_start"
        }
    ]
}