Gaya

Parse form fields and redirect

Was ist Gaya?

Gaya ist eine Chrome-Erweiterung, die von Gaya Technologies entwickelt wurde, und ihr Hauptmerkmal ist "Parse form fields and redirect".

Erweiterungsscreenshots

screenshot

Gaya-Erweiterungs-CRX-Datei herunterladen

Laden Sie Gaya-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Gaya allows you to be more efficient in your workflows.                    

Grundlegende Informationen zur Erweiterung

Name Gaya Gaya
ID iodpjkpedoapnempbhpokpcphopooacg
Offizielle URL https://chromewebstore.google.com/detail/gaya/iodpjkpedoapnempbhpokpcphopooacg
Beschreibung Parse form fields and redirect
Dateigröße 4.59 MB
Installationsanzahl 305
Aktuelle Version 2.10.17
Letztes Update 2024-03-05
Veröffentlichungsdatum 2023-01-16
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler Gaya Technologies
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.gaya.ai/
URL der Datenschutzrichtlinien-Seite https://withgaya.com/privacy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Gaya",
    "version": "2.10.17",
    "description": "Parse form fields and redirect",
    "icons": {
        "16": "images\/gaya.png",
        "48": "images\/gaya.png",
        "128": "images\/gaya.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Gaya",
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "commands": {
        "trigger-pasting": {
            "suggested_key": "Alt+G",
            "description": "Trigger pasting on the current page"
        },
        "trigger-copying": {
            "suggested_key": "Alt+Shift+G",
            "description": "Trigger copying on the current page"
        },
        "_execute_action": {
            "suggested_key": "Alt+Shift+U"
        }
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "tabs",
        "webNavigation",
        "commands"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.css",
                "images\/*",
                "icons\/*",
                "fonts\/Poppins\/Poppins-Regular.otf",
                "preview-data-popup.html",
                "preview-data-popup.js",
                "select-entity-popup.html",
                "select-entity-popup.js",
                "create-selector-popup.html",
                "create-selector-popup.js",
                "selector-info-popup.html",
                "selector-info-popup.js",
                "gaya-react-helpers.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}