Form Saver

Save and fill form

Form Saverとは何ですか?

Form SaverはSimba Techによって開発されたChromeの拡張機能で、その主な機能は「Save and fill form」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

Form Saver拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        No need to fill same form every time. Just fill for first time and Save form  data using this tool then fill when required. This will save time and hustle filling form.                    

拡張機能の基本情報

名前 Form Saver Form Saver
ID cpgndfgalbajkejgfolchfmejooglmal
公式URL https://chromewebstore.google.com/detail/form-saver/cpgndfgalbajkejgfolchfmejooglmal
説明 Save and fill form
ファイルサイズ 117 KB
インストール数 682
現在のバージョン 1.4
最終更新日 2023-11-08
公開日 2022-10-19
評価 3.50/5 合計 2 レビュー
開発者 Simba Tech
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Form Saver",
    "version": "1.4",
    "manifest_version": 3,
    "description": "Save and fill form",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/icon-32.png",
        "default_title": "Form Saver"
    },
    "icons": {
        "16": "assets\/icon-16.png",
        "32": "assets\/icon-32.png",
        "48": "assets\/icon-48.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    }
}