Simplify Object Manager

Simplify Object Manager is a robust tool used to capture the web elements in order to get a list of its properties.

What is Simplify Object Manager?

Simplify Object Manager is a Chrome extension developed by SimplifyQA Object Manager, and its main feature is "Simplify Object Manager is a robust tool used to capture the web elements in order to get a list of its properties.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Simplify Object Manager Extension CRX File

Download Simplify Object Manager 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

                        Are you looking for an easy, free highly effective extension that automates test elements? 
At Simplify3X our launched tools reduce tedious attempts of test design and automation by THREE times over as compared to traditional automation tools. This is where the new Object Manager comes in like a superhero waiting to eliminate menial tasks and provide superior, high-quality project management.
Object Manager (OM) is a robust, analytical tool that helps to capture web elements needed for automation testing. It’s also designed to optimize CSS selectors, XPath, and identify other web properties to be usable across test cases. 

Attributes: 
	Optimized and short xpaths.
	Object inspector can handle several changes with respect to page layout.

Steps to Register
	Register after adding the plug-in to your browser.
	Create a new project using “create project” option.
	Assign a registered user using “Assign user” option.
	Add an unregistered user to an existing project using “Invite User”. Then, a registration link will be sent to the user’s email.

Types of Views: 
	Navigational Dashboards
	List of Operations
	Navigate to Module
	Navigate to Objects
	View list of users associated to a project     
	As a Creator: Delete project & Remove a user
	As a Contributor: Leave project
	Object List View: Hierarchical view of objects (Project → Module → Pages)
	List of Operations
	Add Module: Grouping of related objects. 
	Delete Module / Page / Objects

Tag team members to projects 

Users can create new projects and tag people to form new teams. Team members with no credentials to Simplify3x-OM will receive an invitation to register. Once registered, they will be accepted into the team. 

Renaming the objects attributes
To provide clarity, users rename captured objects. To rename objects, click on the object in the left navigation panel. All propertied captured for the object get listed on the right panel. Then rename the desired attributes and save changes made.

Deleting the objects captured
Delete an object by clicking on the delete icon beside the object in the left navigation pane.

Download the captured objects
There’s a feature to export all objects of a specific project by hovering on the download button located on the top right corner. The supported formats that can be downloaded include: 
	Excel 
	JSON
	SDK

Library Integrations
Simplify QA – Object Manager has library extensions where users can utilize the object repository. The integration supports SDK in programming languages and after successful implementation can be used in coding tools. 


Supported Browsers
	Chrome
	Firefox

Feel free to write to us for any further information, clarifications, or feedback. We would love to hear from you. You can reach us at [email protected]

About Simplify3X
Simplify3X began as a functional UI test automation tool addressing script less and in-sprint automation using agile methodology. Later, API testing capability along with DB testing capability was added. Our expansion and growth have seen massive improvement as we have added requirement management, project management, release management, test management and defect management capabilities within the platform. The demand to support multiple platforms on the mobile (both Android and iOS) and mainframe was also taken into consideration. We also launch in the Malaysia Market and then the US markets respectively. This makes us a global presence in three countries so far with more plans of expansion and growth internationally.

Why choose Simplify3X?
Simplify3X has devised an in-house automation tool called SimplifyQA - a platform that serves as a one stop solution for all software testing needs. It’s a complete ALM tool encompassing Requirement Management, QA & Testing, Issue & Defect Management including Impact Analysis. SimplifyQA offers simplified, UI driven and script less Test Automation, Management & Reporting capabilities as built-in standard features.
SimplifyQA requires no knowledge of coding and require very less time on training resources. It allows functional testers to write test cases only once they serve the dual features of manual plus automation. Additionally, it’s intended to development and test teams become lean and enhance quality. It also enables functioning in dual environments - Agile & Non-Agile                    

Extension Basic Information

Name Simplify Object Manager Simplify Object Manager
ID gabipjfdphdodaeakgofpkeecgfmepkb
Official URL https://chrome.google.com/webstore/detail/simplify-object-manager/gabipjfdphdodaeakgofpkeecgfmepkb
Description Simplify Object Manager is a robust tool used to capture the web elements in order to get a list of its properties.
File Size 2.93 MB
Installation Count 170
Current Version 1.0.52
Last Updated 2022-10-17
Publish Date 2021-06-02
Rating 5.00/5 Total 11 Ratings
Developer SimplifyQA Object Manager
Email [email protected]
Payment Type free
Extension Website https://simplifyqa.app/
Help Page URL https://www.simplify3x.com/contact-us/
Privacy Policy Page URL https://policy.simplifyqa.app
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simplify Object Manager",
    "description": "Simplify Object Manager is a robust tool used to capture the web elements in order to get a list of its properties.",
    "version": "1.0.52",
    "homepage_url": "https:\/\/simplifyom.app",
    "icons": {
        "48": "assets\/img\/48.png",
        "16": "assets\/img\/16.png",
        "128": "assets\/img\/128.png"
    },
    "permissions": [
        "activeTab",
        ""
    ],
    "content_security_policy": "  script-src  'self' 'unsafe-eval' 'strict-dynamic' https:\/\/www.google.com\/recaptcha\/api2\/ https:\/\/www.gstatic.com\/recaptcha\/ https:\/\/www.google.com\/recaptcha\/api.js; frame-src 'self' https:\/\/www.google.com\/recaptcha\/api2\/  https:\/\/www.youtube.com\/;  ",
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "assets\/img\/128.png",
        "default_title": "Simplify Object Manager"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "match_about_blank": true,
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "css": [
                "assets\/css\/object.css"
            ],
            "js": [
                "objectManager2.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "assets\/css\/object.css"
    ],
    "offline_enabled": true
}