GetAddress Autocomplete

Add address autocompletion to any textbox.

GetAddress Autocompleteとは何ですか?

GetAddress Autocompleteはhttps://getaddress.ioによって開発されたChromeの拡張機能で、その主な機能は「Add address autocompletion to any textbox.」です。

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

screenshot
screenshot
screenshot
screenshot

GetAddress Autocomplete拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 GetAddress Autocomplete GetAddress Autocomplete
ID lckffiapnjkdcbmhlcefdhahcmcidgob
公式URL https://chromewebstore.google.com/detail/getaddress-autocomplete/lckffiapnjkdcbmhlcefdhahcmcidgob
説明 Add address autocompletion to any textbox.
ファイルサイズ 39.5 KB
インストール数 59
現在のバージョン 1.4
最終更新日 2022-05-11
公開日 2022-02-24
開発者 https://getaddress.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://getaddress.io
ヘルプページのURL https://getaddress.io
プライバシーポリシーページのURL https://getaddress.io/PrivacyPolicy
対応言語 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": [
        ""
    ]
}