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”。
擴展截圖
下載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 |
ID | lmkpadkdppinekapjedjocmnomehbeig |
官方網址 | 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 |
電子郵箱 | [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 } ] } |