GetAddress Autocomplete
Add address autocompletion to any textbox.
Wat is GetAddress Autocomplete?
GetAddress Autocomplete is een Chrome-extensie ontwikkeld door https://getaddress.io, en de belangrijkste functie is "Add address autocompletion to any textbox.".
Extensie Screenshots
Download het CRX-bestand van de extensie GetAddress Autocomplete
Download GetAddress Autocomplete-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | lckffiapnjkdcbmhlcefdhahcmcidgob |
| Officiële URL | https://chromewebstore.google.com/detail/getaddress-autocomplete/lckffiapnjkdcbmhlcefdhahcmcidgob |
| Beschrijving | Add address autocompletion to any textbox. |
| Bestandsgrootte | 39.5 KB |
| Aantal Installaties | 59 |
| Huidige Versie | 1.4 |
| Laatst Bijgewerkt | 2022-05-11 |
| Publicatiedatum | 2022-02-24 |
| Ontwikkelaar | https://getaddress.io |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://getaddress.io |
| Help Pagina-URL | https://getaddress.io |
| URL van de Privacybeleid Pagina | https://getaddress.io/PrivacyPolicy |
| Ondersteunde Talen | 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": [
" | |