Cultivera LCB Manifest Autofill

An easy-to-use automatic web form filler that eliminates double-entry by auto-filling LCB form using the manifest reference number

Cultivera LCB Manifest Autofillとは何ですか?

Cultivera LCB Manifest AutofillはCultiveraによって開発されたChromeの拡張機能で、その主な機能は「An easy-to-use automatic web form filler that eliminates double-entry by auto-filling LCB form using the manifest reference number」です。

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

screenshot
screenshot
screenshot

Cultivera LCB Manifest Autofill拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Transportation Manifest Form Autofill

The "Transportation Manifest Form Autofill" extension is an easy-to-use automatic web form filler that eliminates double-entry by auto-filling all the required fields using the manifest reference number. 

Steps:
1. Generate Cultivera API key under Configuration for the LCB Manifest Browser Extension.
2. In Chrome Web Store search for "Cultivera LCB Manifest Filler" extension.
3. Add the "Cultivera LCB Manifest Filler" extension to Chrome browser and pin it to the extensions toolbar.
4. Right-click on the Cultivera icon ( "Cultivera LCB Manifest Filler" extension) and select Options to set API key from step 1.
5. Click on the LCB manifest link (lcb.wa.gov/manifest) from the Manifest-Information page to be routed to the LCB manifest form or load a manifest by typing in a specific Manifest Ref# by clicking on the Cultivera extension Icon.                    

拡張機能の基本情報

名前 Cultivera LCB Manifest Autofill Cultivera LCB Manifest Autofill
ID lmkpadkdppinekapjedjocmnomehbeig
公式URL https://chromewebstore.google.com/detail/cultivera-lcb-manifest-au/lmkpadkdppinekapjedjocmnomehbeig
説明 An easy-to-use automatic web form filler that eliminates double-entry by auto-filling LCB form using the manifest reference number
ファイルサイズ 231 KB
インストール数 534
現在のバージョン 1.0.0
最終更新日 2022-04-18
公開日 2021-12-29
開発者 Cultivera
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://cultivera.com/
ヘルプページのURL https://support.cultivera.com/article/rbm4vf87wx-chrome-extension-wa-lcb-manifest-webform-filler-setup-and-instructions
プライバシーポリシーページのURL https://wa.cultiverapro.com/PrivacyPolicy.html
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cultivera LCB Manifest Autofill",
    "version": "1.0.0",
    "description": "An easy-to-use automatic web form filler that eliminates double-entry by auto-filling LCB form using the manifest reference number",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "https:\/\/api-wa.cultivera.com\/",
        "https:\/\/lcb.wa.gov\/"
    ],
    "background": {
        "scripts": [
            "helpers.js",
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/sml.png",
            "32": "images\/sml.png",
            "48": "images\/sml.png",
            "128": "images\/sml.png"
        }
    },
    "icons": {
        "16": "images\/sml.png",
        "32": "images\/sml.png",
        "48": "images\/sml.png",
        "128": "images\/sml.png"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/lcb.wa.gov\/*"
            ],
            "js": [
                "contentScript.js",
                ".\/libs\/jquery.min.js"
            ],
            "all_frames": true
        }
    ]
}