OvalEdge

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

OvalEdge란 무엇입니까?

OvalEdge은(는) OvalEdge Support에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The OvalEdge v6.1 plugin allows our users to gain instant access to their metadata and data."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

OvalEdge 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 OvalEdge OvalEdge
ID hiibhhlbpllaapjjiippiobcniipphjf
공식 URL https://chromewebstore.google.com/detail/ovaledge/hiibhhlbpllaapjjiippiobcniipphjf
설명 The OvalEdge v6.1 plugin allows our users to gain instant access to their metadata and data.
파일 크기 1.72 MB
설치 횟수 292
현재 버전 6.1
최근 업데이트 2023-06-24
출시 날짜 2021-02-04
평점 5.00/5 총 2 개의 평점
개발자 OvalEdge Support
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://ovaledge.com/
도움말 페이지 URL https://support.ovaledge.com/
개인정보 보호 정책 페이지 URL https://www.ovaledge.com/privacy
지원되는 언어 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": [
                ""
            ]
        }
    ]
}