Gaya

Parse form fields and redirect

什么是Gaya?

Gaya是由Gaya Technologies开发的Chrome扩展程序,该扩展的主要功能是“Parse form fields and redirect”。

扩展截图

screenshot

下载Gaya扩展crx文件

下载Gaya扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Gaya allows you to be more efficient in your workflows.                    

扩展基本信息

名称 Gaya Gaya
ID iodpjkpedoapnempbhpokpcphopooacg
官方URL https://chromewebstore.google.com/detail/gaya/iodpjkpedoapnempbhpokpcphopooacg
简介 Parse form fields and redirect
文件大小 4.59 MB
安装次数 305
当前版本 2.10.17
更新时间 2024-03-05
上架时间 2023-01-16
评分 5.00/5 共4次评分
开发者 Gaya Technologies
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.gaya.ai/
隐私政策页面URL https://withgaya.com/privacy
支持的语言 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": [
                ""
            ]
        }
    ]
}