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によって開発されたChromeの拡張機能で、その主な機能は「form input support. You can get the input information of the form and shorten the development, test, and debug work time.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

FBI (Form Business Information)拡張機能のCRXファイルをダウンロード

FBI (Form Business Information)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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) 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
Eメール [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"
        }
    }
}