로그인플러스(휴대폰간편로그인/ 간편입력)

로그인플러스(휴대폰간편로그인/ 간편입력)

휴대폰번호로 쉽고 빠르게 로그인, 편리하고 안전한 ID/PW, 개인정보 관리, 해킹염려 No, 안심보험 최대 100만원 지원

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "로그인플러스(휴대폰간편로그인/ 간편입력)",
  "short_name": "로그인플러스(휴대폰간편로그인/ 간편입력)",
  "description": "휴대폰번호로 쉽고 빠르게 로그인, 편리하고 안전한 ID/PW, 개인정보 관리, 해킹염려 No, 안심보험 최대 100만원 지원",
  "version": "2.0.0.0",
  "action": {
    "default_icon": "icon128.png"
  },
  "icons": {
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end",
      "js": [
        "jquery-1.10.2.min.js",
        "lop_extension.min.js"
      ],
      "all_frames": true
    }
  ],
  "permissions": [
    "storage"
  ]
}