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.
Vad är DAPP Dev Tool?
DAPP Dev Tool är en Chrome-tillägg utvecklad av Capital One, och dess huvudfunktion är "A simple form-filler for an internal application. Makes devs lives easier. Allows disabling the page timeout for the page as well.".
Tilläggsskärmbilder
Ladda ner DAPP Dev Tool-förlängningens CRX-fil
Ladda ner DAPP Dev Tool-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
A simple form-filler for an internal application. Makes devs lives easier. Fill out form with dummy data. Grundläggande Information om Tillägg
| Namn | |
| ID | ooimlanbakimmffpcbbmdbmleinjheoh |
| Officiell webbadress | https://chromewebstore.google.com/detail/dapp-dev-tool/ooimlanbakimmffpcbbmdbmleinjheoh |
| Beskrivning | A simple form-filler for an internal application. Makes devs lives easier. Allows disabling the page timeout for the page as well. |
| Filstorlek | 713 KB |
| Antal Installationer | 292 |
| Aktuell Version | 1.3.5 |
| Senast Uppdaterad | 2021-08-20 |
| Publiceringsdatum | 2020-10-08 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | Capital One |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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
} | |