OvalEdge

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

OvalEdge क्या है?

OvalEdge OvalEdge Support द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The OvalEdge v6.1 plugin allows our users to gain instant access to their metadata and data."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में OvalEdge एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
                ""
            ]
        }
    ]
}