Gaya
Parse form fields and redirect
Gaya क्या है?
Gaya Gaya Technologies द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Parse form fields and redirect"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Gaya एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Gaya allows you to be more efficient in your workflows.
एक्सटेंशन की मूल जानकारी
नाम | 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": [ " |