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.

Simplify Object Managerとは何ですか?

Simplify Object ManagerはSimplifyQA Object Managerによって開発されたChromeの拡張機能で、その主な機能は「Simplify Object Manager is a robust tool used to capture the web elements in order to get a list of its properties.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Simplify Object Manager拡張機能のCRXファイルをダウンロード

Simplify Object Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Simplify Object Manager Simplify Object Manager
ID gabipjfdphdodaeakgofpkeecgfmepkb
公式URL https://chrome.google.com/webstore/detail/simplify-object-manager/gabipjfdphdodaeakgofpkeecgfmepkb
説明 Simplify Object Manager is a robust tool used to capture the web elements in order to get a list of its properties.
ファイルサイズ 2.93 MB
インストール数 170
現在のバージョン 1.0.52
最終更新日 2022-10-17
公開日 2021-06-02
評価 5.00/5 合計 11 レビュー
開発者 SimplifyQA Object Manager
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://simplifyqa.app/
ヘルプページのURL https://www.simplify3x.com/contact-us/
プライバシーポリシーページのURL https://policy.simplifyqa.app
対応言語 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
}