スーパーセキュリティ パスワード管理

スーパーセキュリティ パスワード管理

ログインIDとパスワードを安全に保管し、必要の時に自動入力します。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "スーパーセキュリティ パスワード管理",
  "description": "ログインIDとパスワードを安全に保管し、必要の時に自動入力します。",
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "21.3.0.13",
  "icons": {
    "128": "images/bd128.png"
  },
  "background": {
    "page": "background.html"
  },
  "content_scripts": [],
  "permissions": [
    "webNavigation",
    "nativeMessaging",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": "images/ico_wallet.png"
  }
}