nanaco gift code input helper

nanacoギフトコードの入力を少し楽にします

What is nanaco gift code input helper?

nanaco gift code input helper is a Chrome extension developed by shao1555, and its main feature is "nanacoギフトコードの入力を少し楽にします".

Extension Screenshots

screenshot

Download nanaco gift code input helper Extension CRX File

Download nanaco gift code input helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        nanacoギフトID登録画面のギフトID入力欄で、16桁いっぺんにペーストできるようにします。(前後に他の文字が含まれてもよしなに対応します)
また、ギフトID入力後、フォームの送信ボタンを自動的に押します。

[更新履歴]
v2.0.0
- nanacoギフトID登録画面側の変更によりこの拡張機能が使えない状態になっていたことに気づいたので修正しました
- ビルドシステムを Babel から Webpack 5 に移行しました

v1.1.1
- ライセンス文書を同梱しました。 MIT License です。
- README を更新しました。
- ロケールの設定が誤っていた (日本語のリソースしか含まないのに en になっていた) 問題を修正しました。

v1.1.0
- 登録完了画面を自動的に閉じるようになりました。(3秒のウエイトがかかっています)
- ギフトIDの前後にコード以外の文字列 (改行や有効期限など) がついていても、コード部分を抜き取るようにしました。
- Content Security Policy を設定し、外部ホストとの通信を明示的に禁止しました。

完全な更新履歴は https://github.com/shao1555/nanaco-gift-code-input-helper/blob/master/CHANGES.md で確認できます。

[免責事項]
この機能拡張は株式会社セブン・カードサービスと関係のない個人が作成しています。同社への問い合わせはご遠慮下さい。                    

Extension Basic Information

Name nanaco gift code input helper nanaco gift code input helper
ID eekphfelaedkocmngpodmoahbgbldbik
Official URL https://chromewebstore.google.com/detail/nanaco-gift-code-input-he/eekphfelaedkocmngpodmoahbgbldbik
Description nanacoギフトコードの入力を少し楽にします
File Size 13.58 KB
Installation Count 1,102
Current Version 2.0.0
Last Updated 2020-12-11
Publish Date 2017-01-28
Rating 4.50/5 Total 6 Ratings
Developer shao1555
Email [email protected]
Payment Type free
Extension Website https://github.com/shao1555/nanaco-gift-code-input-helper/
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "nanaco gift code input helper",
    "short_name": "nanaco-gift-input",
    "description": "nanaco\u30ae\u30d5\u30c8\u30b3\u30fc\u30c9\u306e\u5165\u529b\u3092\u5c11\u3057\u697d\u306b\u3057\u307e\u3059",
    "version": "2.0.0",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/nanacogift.jp\/ap\/p\/register1.do*",
                "https:\/\/nanacogift.jp\/ap\/p\/register3.do*",
                "https:\/\/nanacogift.jp\/ap\/p\/register5.do*"
            ],
            "js": [
                "js\/contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "permissions": []
}