Team TP 握手會登記簡化

AKB48 Team TP握手會登記拓元頁面簡化 1. 在填寫握手券的時後會自動將輸入符號強制大寫。 2. 切換到輸入驗證碼的畫面時,可以直接輸入驗證碼並按下鍵盤上的enter即可送出並到下一步。 3. 在拓元的訂單畫面時會整理本次填寫的握手會報表。

Qu'est-ce que Team TP 握手會登記簡化 ?

Team TP 握手會登記簡化 est une extension Chrome développée par tentenlee100, et sa fonction principale est "AKB48 Team TP握手會登記拓元頁面簡化 1. 在填寫握手券的時後會自動將輸入符號強制大寫。 2. 切換到輸入驗證碼的畫面時,可以直接輸入驗證碼並按下鍵盤上的enter即可送出並到下一步。 3. 在拓元的訂單畫面時會整理本次填寫的握手會報表。".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Team TP 握手會登記簡化

Téléchargez les fichiers d'extension Team TP 握手會登記簡化 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

                        1. 在填寫握手券的時後會自動將輸入符號強制大寫。
2. 切換到輸入驗證碼的畫面時,可以直接輸入驗證碼並按下鍵盤上的enter即可送出並到下一步。
3. 在拓元的訂單畫面時會整理本次填寫的握手會報表。                    

Informations de Base sur l'Extension

Nom Team TP 握手會登記簡化 Team TP 握手會登記簡化
ID fginebndjmhebdeccbbaoimhbojgolpb
URL Officiel https://chromewebstore.google.com/detail/team-tp-%E6%8F%A1%E6%89%8B%E6%9C%83%E7%99%BB%E8%A8%98%E7%B0%A1%E5%8C%96/fginebndjmhebdeccbbaoimhbojgolpb
Description AKB48 Team TP握手會登記拓元頁面簡化 1. 在填寫握手券的時後會自動將輸入符號強制大寫。 2. 切換到輸入驗證碼的畫面時,可以直接輸入驗證碼並按下鍵盤上的enter即可送出並到下一步。 3. 在拓元的訂單畫面時會整理本次填寫的握手會報表。
Taille du Fichier 390 KB
Nombre d'Installations 366
Version Actuelle 7.0.0
Dernière Mise à Jour 2023-07-21
Date de Publication 2020-02-16
Évaluation 4.50/5 Total 8 Évaluations
Développeur tentenlee100
Email [email protected]
Type de Paiement free
Langues Prises en Charge zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Team TP \u63e1\u624b\u6703\u767b\u8a18\u7c21\u5316",
    "version": "7.0.0",
    "manifest_version": 3,
    "description": "AKB48 Team TP\u63e1\u624b\u6703\u767b\u8a18\u62d3\u5143\u9801\u9762\u7c21\u5316\n1. \u5728\u586b\u5beb\u63e1\u624b\u5238\u7684\u6642\u5f8c\u6703\u81ea\u52d5\u5c07\u8f38\u5165\u7b26\u865f\u5f37\u5236\u5927\u5beb\u3002\n2. \u5207\u63db\u5230\u8f38\u5165\u9a57\u8b49\u78bc\u7684\u756b\u9762\u6642\uff0c\u53ef\u4ee5\u76f4\u63a5\u8f38\u5165\u9a57\u8b49\u78bc\u4e26\u6309\u4e0b\u9375\u76e4\u4e0a\u7684enter\u5373\u53ef\u9001\u51fa\u4e26\u5230\u4e0b\u4e00\u6b65\u3002\n3. \u5728\u62d3\u5143\u7684\u8a02\u55ae\u756b\u9762\u6642\u6703\u6574\u7406\u672c\u6b21\u586b\u5beb\u7684\u63e1\u624b\u6703\u5831\u8868\u3002",
    "icons": {
        "16": "icons\/icon-16.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "downloads"
    ],
    "host_permissions": [
        "https:\/\/tixcraft.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tixcraft.com\/*"
            ],
            "js": [
                "scripts\/moment.min.js",
                "scripts\/jquery-3.4.1.min.js",
                "scripts\/xlsx.full.min.js",
                "scripts\/contentscript.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_end"
        }
    ]
}