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.

Co to jest DAPP Dev Tool?

DAPP Dev Tool to rozszerzenie Chrome opracowane przez Capital One, a jego główną funkcją jest „A simple form-filler for an internal application. Makes devs lives easier. Allows disabling the page timeout for the page as well.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia DAPP Dev Tool

Pobierz pliki rozszerzeń DAPP Dev Tool w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa DAPP Dev Tool DAPP Dev Tool
ID ooimlanbakimmffpcbbmdbmleinjheoh
Oficjalny URL https://chromewebstore.google.com/detail/dapp-dev-tool/ooimlanbakimmffpcbbmdbmleinjheoh
Opis A simple form-filler for an internal application. Makes devs lives easier. Allows disabling the page timeout for the page as well.
Rozmiar pliku 713 KB
Liczba instalacji 292
Aktualna Wersja 1.3.5
Ostatnia Aktualizacja 2021-08-20
Data Publikacji 2020-10-08
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Capital One
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}