Data Tool

This extension helps you to login the data tool using cookies

什么是Data Tool?

Data Tool是由techblog.tool开发的Chrome扩展程序,该扩展的主要功能是“This extension helps you to login the data tool using cookies”。

扩展截图

screenshot

下载Data Tool扩展crx文件

下载Data Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
            ]
        }
    ]
}