Gaya

Parse form fields and redirect

ما هو Gaya؟

Gaya هو إضافة Chrome تم تطويرها بواسطة Gaya Technologies، والميزة الرئيسية لها هي "Parse form fields and redirect".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Gaya

قم بتنزيل ملفات الامتداد Gaya بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة سياسة الخصوصية 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": [
                ""
            ]
        }
    ]
}