Gaya
Parse form fields and redirect
Co to jest Gaya?
Gaya to rozszerzenie Chrome opracowane przez Gaya Technologies, a jego główną funkcją jest „Parse form fields and redirect”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Gaya
Pobierz pliki rozszerzeń Gaya w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Gaya allows you to be more efficient in your workflows.
Podstawowe informacje o rozszerzeniu
Nazwa | Gaya |
ID | iodpjkpedoapnempbhpokpcphopooacg |
Oficjalny URL | https://chromewebstore.google.com/detail/gaya/iodpjkpedoapnempbhpokpcphopooacg |
Opis | Parse form fields and redirect |
Rozmiar pliku | 4.59 MB |
Liczba instalacji | 305 |
Aktualna Wersja | 2.10.17 |
Ostatnia Aktualizacja | 2024-03-05 |
Data Publikacji | 2023-01-16 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | Gaya Technologies |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.gaya.ai/ |
Adres URL Strony Polityki Prywatności | https://withgaya.com/privacy |
Obsługiwane Języki | 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": [ " |