DAPP Dev Tool

A simple form-filler for an internal application. Makes devs lives easier. Allows disabling the page timeout for the page as well.

Qu'est-ce que DAPP Dev Tool ?

DAPP Dev Tool est une extension Chrome développée par Capital One, et sa fonction principale est "A simple form-filler for an internal application. Makes devs lives easier. Allows disabling the page timeout for the page as well.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension DAPP Dev Tool

Téléchargez les fichiers d'extension DAPP Dev 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

                        A simple form-filler for an internal application. Makes devs lives easier. Fill out form with dummy data.                    

Informations de Base sur l'Extension

Nom DAPP Dev Tool DAPP Dev Tool
ID ooimlanbakimmffpcbbmdbmleinjheoh
URL Officiel https://chromewebstore.google.com/detail/dapp-dev-tool/ooimlanbakimmffpcbbmdbmleinjheoh
Description A simple form-filler for an internal application. Makes devs lives easier. Allows disabling the page timeout for the page as well.
Taille du Fichier 713 KB
Nombre d'Installations 292
Version Actuelle 1.3.5
Dernière Mise à Jour 2021-08-20
Date de Publication 2020-10-08
Évaluation 5.00/5 Total 2 Évaluations
Développeur Capital One
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "DAPP Dev Tool",
    "name": "DAPP Dev Tool",
    "description": "A simple form-filler for an internal application. Makes devs lives easier. Allows disabling the page timeout for the page as well.",
    "version": "1.3.5",
    "permissions": [
        "activeTab",
        "clipboardRead"
    ],
    "optional_permissions": [
        "storage"
    ],
    "browser_action": {
        "default_title": "Fill out this form.",
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon.png"
    },
    "web_accessible_resources": [
        "*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2
}