classic で郵便番号補完
sunbridgeのappexchangeが公開停止に。。
(sfdc的にlightning対応しないとダメなったらしい)
回避する手段はVFくらいしかないな
https://github.com/yubinbango/yubinbango
MITなので使えなことはない
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title></title>
<script>
</script>
<style>
</style>
</head>
<body>
<script src="https://yubinbango.github.io/yubinbango/yubinbango.js" charset="UTF-8"></script>
<form class="h-adr">
<span class="p-country-name" style="display:none;">Japan</span>
<input type="text" class="p-postal-code" size="3" maxlength="3">
<input type="text" class="p-postal-code" size="4" maxlength="4"><br>
<input type="text" class="p-region" readonly /><br>
<input type="text" class="p-locality" readonly /><br>
<input type="text" class="p-street-address" /><br>
<input type="text" class="p-extended-address" />
</form>
</body>
</html>