IFS Aurena Insight

Chrome Add-On to get more insights of IFS Aurena pages. THIS IS NOT AN IFS OFFICIAL ADD-ON

IFS Aurena Insight là gì?

IFS Aurena Insight là một tiện ích mở rộng Chrome được phát triển bởi Kamal Goduguluri, và tính năng chính của nó là "Chrome Add-On to get more insights of IFS Aurena pages. THIS IS NOT AN IFS OFFICIAL ADD-ON".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng IFS Aurena Insight

Tải xuống các tệp mở rộng IFS Aurena Insight dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Tools for IFS Aurena client.

This tool helps the consultants to retrieve the basic details from any IFS Aurena page.

Current features include:
1. Get the count of records
2. Get the count of filtered records.
3. Display any page data applying the aggregates of users choice.
4. See the single record view from any group page.
5. Get the list of client elements and their entity details in single page with attribute information. 
6. See the LU and view name associated with any element on the page.
7. Add Blur effect to the fields on page to take screenshot.
8. Displays the home page of the entity searched
9. See the roles granted to the users.
10. See the roles that grants the access to a selected page.
11. Display the list of screens visited by date
12. Expand all the collapsed groups on the selected page
13. Collapse all the expanded groups on the selected page

**************************************************************************************
Disclaimer:

Please note that the Chrome extension developed for the IFS ERP Aurena client is provided "as is" without any warranties or guarantees of any kind. The developer is not liable for any damages, losses, or other consequences that may arise from the use of this extension.

The developer does not collects any data though this extension.
 
Furthermore, it is important to note that the developer has no affiliation or connection with IFS company.

By using this Chrome extension, you acknowledge and agree to the terms and conditions stated above.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên IFS Aurena Insight IFS Aurena Insight
ID bplknlhkgiifolhkkakimondjknbffnp
URL Chính Thức https://chromewebstore.google.com/detail/ifs-aurena-insight/bplknlhkgiifolhkkakimondjknbffnp
Mô tả Chrome Add-On to get more insights of IFS Aurena pages. THIS IS NOT AN IFS OFFICIAL ADD-ON
Kích Thước Tệp 77.43 KB
Số Lần Cài Đặt 278
Phiên Bản Hiện Tại 0.1.6
Cập Nhật Lần Cuối 2023-12-15
Ngày Phát Hành 2023-03-05
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Kamal Goduguluri
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IFS Aurena Insight",
    "description": "Chrome Add-On to get more insights of IFS Aurena pages. THIS IS NOT AN IFS OFFICIAL ADD-ON",
    "version": "0.1.6",
    "manifest_version": 3,
    "icons": {
        "16": "images\/Logo.png",
        "32": "images\/Logo.png",
        "48": "images\/Logo.png",
        "128": "images\/Logo.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/Logo.png",
            "32": "images\/Logo.png",
            "48": "images\/Logo.png",
            "128": "images\/Logo.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab"
    ]
}