OvalEdge

The OvalEdge v6.1 plugin allows our users to gain instant access to their metadata and data.

OvalEdge là gì?

OvalEdge là một tiện ích mở rộng Chrome được phát triển bởi OvalEdge Support, và tính năng chính của nó là "The OvalEdge v6.1 plugin allows our users to gain instant access to their metadata and data.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng OvalEdge 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

                        The OvalEdge Chrome Browser Extension is much like any other browser extension, it is a small software module which helps to interact with the OvalEdge application from any native applications from the web browser. This browser plug-in allows our users to bring the OvalEdge data catalog to the places where they are working. The plugin allows our users to gain instant access to their metadata and data. A user will have to login via the plugin one time and after that, the plugin will remember the user’s credentials. There is a setting gear option on the plugin and the user is able to direct the plugin to open the extension upon the selection of a term.                    

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

Tên OvalEdge OvalEdge
ID hiibhhlbpllaapjjiippiobcniipphjf
URL Chính Thức https://chromewebstore.google.com/detail/ovaledge/hiibhhlbpllaapjjiippiobcniipphjf
Mô tả The OvalEdge v6.1 plugin allows our users to gain instant access to their metadata and data.
Kích Thước Tệp 1.72 MB
Số Lần Cài Đặt 292
Phiên Bản Hiện Tại 6.1
Cập Nhật Lần Cuối 2023-06-24
Ngày Phát Hành 2021-02-04
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển OvalEdge Support
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ovaledge.com/
URL Trang Trợ Giúp https://support.ovaledge.com/
URL Trang Chính Sách Bảo Mật https://www.ovaledge.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OvalEdge",
    "manifest_version": 3,
    "version": "6.1",
    "version_name": "6.1",
    "description": "The OvalEdge v6.1  plugin allows our users to gain instant access to their metadata and data.",
    "icons": {
        "16": "OvalEdge_symbol-02.png",
        "48": "OvalEdge_symbol-02.png",
        "128": "OvalEdge_symbol-02.png"
    },
    "action": [],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y",
                "chromeos": "Ctrl+Shift+U",
                "linux": "Ctrl+Shift+J"
            }
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}