Data Tool

This extension helps you to login the data tool using cookies

Data Tool क्या है?

Data Tool techblog.tool द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension helps you to login the data tool using cookies"।

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

screenshot

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

crx प्रारूप में Data Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        We are excited to introduce you the Chrome Extension that saves your time by automatically logging to you into your workday website, this extension will provide a feature that user use its own valid credentials like username and password after login into the extension, user request will be send to admin for approval request, admin review the request to ensure that it is valid and meets the necessary criteria for approval This may involve checking the details of the request, such as the user who made it and the specific action being requested. If the request is valid and the admin wants to approve it, If the request is not valid or the admin does not want to approve it, click the "Deny" or "Cancel" button the specific steps for approving a request may vary depending on the specific Extension being used and the nature of the request. Once the request has been approved, the action requested by the user will be carried out. If the request was for access to a specific feature or function within the extension, the user will now be able to use it. If the request was for access to a website or service, the user may be redirected to that website or service to complete the login process. Once the user is logged in to the Workday website, they will be able to access and use its features and functions.                    

एक्सटेंशन की मूल जानकारी

नाम Data Tool Data Tool
ID cacacndgladkkmcgjlmbdnigececppej
आधिकारिक URL https://chromewebstore.google.com/detail/data-tool/cacacndgladkkmcgjlmbdnigececppej
विवरण This extension helps you to login the data tool using cookies
फ़ाइल का आकार 10.53 KB
स्थापना संख्या 107
वर्तमान संस्करण 3.6
अंतिम अपडेट 2023-05-07
प्रकाशन तिथि 2023-01-18
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर techblog.tool
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://cloudcertification.io/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Data Tool",
    "description": "This extension helps you to login the data tool using cookies",
    "version": "3.6",
    "manifest_version": 3,
    "permissions": [
        "cookies",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.workday.com\/*"
            ],
            "js": [
                "session.controller.js"
            ]
        }
    ]
}