Gaya

Parse form fields and redirect

What is Gaya?

Gaya is a Chrome extension developed by Gaya Technologies, and its main feature is "Parse form fields and redirect".

Extension Screenshots

screenshot

Download Gaya Extension CRX File

Download Gaya extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Gaya allows you to be more efficient in your workflows.                    

Extension Basic Information

Name Gaya Gaya
ID iodpjkpedoapnempbhpokpcphopooacg
Official URL https://chromewebstore.google.com/detail/gaya/iodpjkpedoapnempbhpokpcphopooacg
Description Parse form fields and redirect
File Size 4.59 MB
Installation Count 305
Current Version 2.10.17
Last Updated 2024-03-05
Publish Date 2023-01-16
Rating 5.00/5 Total 4 Ratings
Developer Gaya Technologies
Email [email protected]
Payment Type free
Extension Website https://www.gaya.ai/
Privacy Policy Page URL https://withgaya.com/privacy
Supported Languages 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": [
                ""
            ]
        }
    ]
}