FBI (Form Business Information)
form input support. You can get the input information of the form and shorten the development, test, and debug work time.
FBI (Form Business Information) क्या है?
FBI (Form Business Information) https://hitsug.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "form input support. You can get the input information of the form and shorten the development, test, and debug work time."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में FBI (Form Business Information) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
FBI (Form Business Information) is a form information input support. You can get the input information of the form and shorten the development, test, and debug work time. Produced by Hasimo A Chrome extension that helps you test form pages. FBI (Form Business Information) assists in inputting form information. You can get the input information of the form and shorten the development, test, and debug work time. It should be easy to confirm by using it for testing and debugging form pages. It also has a function to automatically fill out forms. If you save the input contents at the beginning, the saved data will be reflected from the next time you click the button.
एक्सटेंशन की मूल जानकारी
नाम | FBI (Form Business Information) |
ID | hkoodoiaholnmgmhlkbnopojbfmbpcbn |
आधिकारिक URL | https://chromewebstore.google.com/detail/fbi-form-business-informa/hkoodoiaholnmgmhlkbnopojbfmbpcbn |
विवरण | form input support. You can get the input information of the form and shorten the development, test, and debug work time. |
फ़ाइल का आकार | 98.71 KB |
स्थापना संख्या | 174 |
वर्तमान संस्करण | 0.2.3.3 |
अंतिम अपडेट | 2021-02-06 |
प्रकाशन तिथि | 2020-06-27 |
रेटिंग | 4.60/5 कुल 5 रेटिंग्स |
डेवलपर | https://hitsug.net |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_ext_name__", "short_name": "FBI", "version": "0.2.3.3", "default_locale": "en", "description": "__MSG_ext_description__", "manifest_version": 2, "browser_action": { "default_title": "FBI", "default_icon": { "19": "icon\/icon-19.png" }, "default_popup": "view_home.html" }, "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "css": [ "content_script.css" ], "js": [ "content_script.js", "libs\/jquery-3.5.1.min.js", "libs\/cryptojs.js", "scripts\/common.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "icons": { "16": "icon\/icon-16.png", "48": "icon\/icon-48.png", "128": "icon\/icon-128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+K", "mac": "MacCtrl+Shift+K" }, "description": "Opens view_home.html" } } } |