Gaya

Parse form fields and redirect

Cos'è Gaya?

Gaya è un'estensione di Chrome sviluppata da Gaya Technologies, e la sua funzione principale è "Parse form fields and redirect".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Gaya

Scarica i file di estensione Gaya in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Gaya allows you to be more efficient in your workflows.                    

Informazioni di Base sull'Estensione

Nome Gaya Gaya
ID iodpjkpedoapnempbhpokpcphopooacg
URL Ufficiale https://chromewebstore.google.com/detail/gaya/iodpjkpedoapnempbhpokpcphopooacg
Descrizione Parse form fields and redirect
Dimensione del File 4.59 MB
Conteggio Installazioni 305
Versione Corrente 2.10.17
Ultimo Aggiornamento 2024-03-05
Data di Pubblicazione 2023-01-16
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Gaya Technologies
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.gaya.ai/
URL della Pagina della Politica sulla Privacy https://withgaya.com/privacy
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}