Gaya

Parse form fields and redirect

Gayaคืออะไร?

Gaya เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gaya Technologies และคุณลักษณะหลักของมันคือ "Parse form fields and redirect"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gaya

ดาวน์โหลดไฟล์ส่วนขยาย 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": [
                ""
            ]
        }
    ]
}