Gaya

Parse form fields and redirect

Gaya là gì?

Gaya là một tiện ích mở rộng Chrome được phát triển bởi Gaya Technologies, và tính năng chính của nó là "Parse form fields and redirect".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gaya

Tải xuống các tệp mở rộng Gaya dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Gaya allows you to be more efficient in your workflows.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gaya Gaya
ID iodpjkpedoapnempbhpokpcphopooacg
URL Chính Thức https://chromewebstore.google.com/detail/gaya/iodpjkpedoapnempbhpokpcphopooacg
Mô tả Parse form fields and redirect
Kích Thước Tệp 4.59 MB
Số Lần Cài Đặt 305
Phiên Bản Hiện Tại 2.10.17
Cập Nhật Lần Cuối 2024-03-05
Ngày Phát Hành 2023-01-16
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Gaya Technologies
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.gaya.ai/
URL Trang Chính Sách Bảo Mật https://withgaya.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}