nanaco gift code input helper

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

Qu'est-ce que nanaco gift code input helper ?

nanaco gift code input helper est une extension Chrome développée par shao1555, et sa fonction principale est "nanacoギフトコードの入力を少し楽にします".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension nanaco gift code input helper

Téléchargez les fichiers d'extension nanaco gift code input helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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 で確認できます。

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

Informations de Base sur l'Extension

Nom nanaco gift code input helper nanaco gift code input helper
ID eekphfelaedkocmngpodmoahbgbldbik
URL Officiel https://chromewebstore.google.com/detail/nanaco-gift-code-input-he/eekphfelaedkocmngpodmoahbgbldbik
Description nanacoギフトコードの入力を少し楽にします
Taille du Fichier 13.58 KB
Nombre d'Installations 1,102
Version Actuelle 2.0.0
Dernière Mise à Jour 2020-12-11
Date de Publication 2017-01-28
Évaluation 4.50/5 Total 6 Évaluations
Développeur shao1555
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/shao1555/nanaco-gift-code-input-helper/
Langues Prises en Charge 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": []
}