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
Eメール [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"
            ]
        }
    ]
}