Map Elements

Extensão para o google chrome, com finalidade de buscar elementos com id ou name e converter em elementos para o selenium.

What is Map Elements?

Map Elements is a Chrome extension developed by DEOVAN ZANOL, and its main feature is "Extensão para o google chrome, com finalidade de buscar elementos com id ou name e converter em elementos para o selenium.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Map Elements Extension CRX File

Download Map Elements 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

                        Extension for locating elements on a page, generating values ​​in JSON, java and pyhton.

And it's very simple to use ...                    

Extension Basic Information

Name Map Elements Map Elements
ID mccnjpkijmlfgmaccgpnmoinipfoemob
Official URL https://chromewebstore.google.com/detail/map-elements/mccnjpkijmlfgmaccgpnmoinipfoemob
Description Extensão para o google chrome, com finalidade de buscar elementos com id ou name e converter em elementos para o selenium.
File Size 94.75 KB
Installation Count 71
Current Version 1.5
Last Updated 2020-11-18
Publish Date 2020-04-22
Rating 5.00/5 Total 3 Ratings
Developer DEOVAN ZANOL
Email [email protected]
Payment Type free
Extension Website https://map-elements.web.app/
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Map Elements",
    "version": "1.5",
    "description": "Extens\u00e3o para o google chrome, com finalidade de buscar elementos com id ou name e converter em elementos para o selenium.",
    "keywords ": [
        "map-elements",
        "rpa",
        "test-automation"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "declarativeContent",
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com  https:\/\/cdnjs.cloudflare.com https:\/\/apis.google.com https:\/\/maxcdn.bootstrapcdn.com; object-src 'self'",
    "homepage_url": "https:\/\/map-elements.web.app\/",
    "options_page": "options\/options.html",
    "page_action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started64.png",
            "128": "images\/get_started128.png"
        }
    },
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "64": "images\/get_started64.png",
        "128": "images\/get_started128.png"
    },
    "manifest_version": 2
}