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
Eメール [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": [
                ""
            ]
        }
    ]
}