GetAddress Autocomplete
Add address autocompletion to any textbox.
What is GetAddress Autocomplete?
GetAddress Autocomplete is a Chrome extension developed by https://getaddress.io, and its main feature is "Add address autocompletion to any textbox.".
Extension Screenshots
Download GetAddress Autocomplete Extension CRX File
Download GetAddress Autocomplete extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Adds automatic UK address completion to any textbox. Enable UK address validation, address completion and postcode look-up to popular web applications. Integrates with popular applications: - FreeAgent - Zoho - Odoo - Salesforce
Extension Basic Information
Name | GetAddress Autocomplete |
ID | lckffiapnjkdcbmhlcefdhahcmcidgob |
Official URL | https://chromewebstore.google.com/detail/getaddress-autocomplete/lckffiapnjkdcbmhlcefdhahcmcidgob |
Description | Add address autocompletion to any textbox. |
File Size | 39.5 KB |
Installation Count | 59 |
Current Version | 1.4 |
Last Updated | 2022-05-11 |
Publish Date | 2022-02-24 |
Developer | https://getaddress.io |
[email protected] | |
Payment Type | free |
Extension Website | https://getaddress.io |
Help Page URL | https://getaddress.io |
Privacy Policy Page URL | https://getaddress.io/PrivacyPolicy |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GetAddress Autocomplete", "description": "Add address autocompletion to any textbox.", "version": "1.4", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/ga_16.png", "32": "\/images\/ga_32.png", "48": "\/images\/ga_48.png", "128": "\/images\/ga_128.png" } }, "icons": { "16": "\/images\/ga_16.png", "32": "\/images\/ga_32.png", "48": "\/images\/ga_48.png", "128": "\/images\/ga_128.png" }, "permissions": [ "storage", "contextMenus", "scripting", "activeTab" ], "host_permissions": [ " |