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
官方網址 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": [
                ""
            ]
        }
    ]
}