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.
What is DAPP Dev Tool?
DAPP Dev Tool is a Chrome extension developed by Capital One, and its main feature is "A simple form-filler for an internal application. Makes devs lives easier. Allows disabling the page timeout for the page as well.".
Extension Screenshots
Download DAPP Dev Tool Extension CRX File
Download DAPP Dev Tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A simple form-filler for an internal application. Makes devs lives easier. Fill out form with dummy data.
Extension Basic Information
Name | DAPP Dev Tool |
ID | ooimlanbakimmffpcbbmdbmleinjheoh |
Official URL | 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. |
File Size | 713 KB |
Installation Count | 292 |
Current Version | 1.3.5 |
Last Updated | 2021-08-20 |
Publish Date | 2020-10-08 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Capital One |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |