Magento Form Filler

Fill out checkout and registration forms at Magento store.

Magento Form Fillerとは何ですか?

Magento Form FillerはJmanによって開発されたChromeの拡張機能で、その主な機能は「Fill out checkout and registration forms at Magento store.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Fill out checkout and registration forms at Magento store. 
Plugin uses dummy data for one user, but you can add more users and customize their data on settings page.                    

拡張機能の基本情報

名前 Magento Form Filler Magento Form Filler
ID kgjadikbkhkijmjickblphfgjgjagged
公式URL https://chromewebstore.google.com/detail/magento-form-filler/kgjadikbkhkijmjickblphfgjgjagged
説明 Fill out checkout and registration forms at Magento store.
ファイルサイズ 40.76 KB
インストール数 573
現在のバージョン 2.1.1
最終更新日 2022-12-05
公開日 2020-06-02
評価 4.38/5 合計 13 レビュー
開発者 Jman
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/Jman/opc_form/
ヘルプページのURL https://github.com/Jman/opc_form/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Magento Form Filler",
    "description": "Fill out checkout and registration forms at Magento store.",
    "version": "2.1.1.0",
    "version_name": "2.1.1",
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "action": {
        "default_title": "Click to fill out form",
        "default_icon": {
            "19": "src\/images\/logo_19.png",
            "48": "src\/images\/logo_48.png",
            "128": "src\/images\/logo_128.png"
        },
        "default_popup": "src\/popup.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "options_page": "src\/options.html",
    "icons": {
        "48": "src\/images\/logo_48.png",
        "128": "src\/images\/logo_128.png"
    }
}