Gaya

Parse form fields and redirect

Wat is Gaya?

Gaya is een Chrome-extensie ontwikkeld door Gaya Technologies, en de belangrijkste functie is "Parse form fields and redirect".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Gaya

Download Gaya-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Gaya allows you to be more efficient in your workflows.                    

Basisinformatie over de Extensie

Naam Gaya Gaya
ID iodpjkpedoapnempbhpokpcphopooacg
Officiële URL https://chromewebstore.google.com/detail/gaya/iodpjkpedoapnempbhpokpcphopooacg
Beschrijving Parse form fields and redirect
Bestandsgrootte 4.59 MB
Aantal Installaties 305
Huidige Versie 2.10.17
Laatst Bijgewerkt 2024-03-05
Publicatiedatum 2023-01-16
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Gaya Technologies
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.gaya.ai/
URL van de Privacybeleid Pagina https://withgaya.com/privacy
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}