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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An easy-to-use automatic web form filler that eliminates double-entry by auto-filling LCB form using the manifest reference number"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cultivera LCB Manifest Autofill एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक 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 |
ईमेल | [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 } ] } |