Data Tool

This extension helps you to login the data tool using cookies

Qu'est-ce que Data Tool ?

Data Tool est une extension Chrome développée par techblog.tool, et sa fonction principale est "This extension helps you to login the data tool using cookies".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Data Tool

Téléchargez les fichiers d'extension Data Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Data Tool Data Tool
ID cacacndgladkkmcgjlmbdnigececppej
URL Officiel https://chromewebstore.google.com/detail/data-tool/cacacndgladkkmcgjlmbdnigececppej
Description This extension helps you to login the data tool using cookies
Taille du Fichier 10.53 KB
Nombre d'Installations 107
Version Actuelle 3.6
Dernière Mise à Jour 2023-05-07
Date de Publication 2023-01-18
Évaluation 5.00/5 Total 3 Évaluations
Développeur techblog.tool
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://cloudcertification.io/privacy-policy
Langues Prises en Charge 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"
            ]
        }
    ]
}