Quick Post

Auto Fill for Japan Post

What is Quick Post?

Quick Post is a Chrome extension developed by quick post, and its main feature is "Auto Fill for Japan Post".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Quick Post Extension CRX File

Download Quick Post 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

                        ・ワンクリックだけでフォーム自動入力から印刷画面まで。
・新規発送の情報入力フォームの様々なルール(全角半角指定、文字数制限、郵便番号の分割等)に合わせて元のデータを修正します。
・元のCSVデータファイルの形式を選びません。クイックポストの簡単な設定画面で、お使いのCSVデータに合わせて入力ルールを設定して下さい。
・一度設定した入力ルールはコンピュータの電源を落としても記憶されています。
・CSVファイルのエンコーディングはShift-JIS、UTF_8に対応。WindowsでもMacでも。

・情報の自動修正について:住所と名前は自動で文字数カットすると配送不可能になる可能性があるので、これらの項目が文字数オーバーの場合は入力内容確認画面で止まり、手修正が終了した時点で再度クイックポストが始動します。                    

Extension Basic Information

Name Quick Post Quick Post
ID nehpelofbmnmonagknibbljgfcgmnjpj
Official URL https://chromewebstore.google.com/detail/quick-post/nehpelofbmnmonagknibbljgfcgmnjpj
Description Auto Fill for Japan Post
File Size 56.53 KB
Installation Count 11
Current Version 1.0.3
Last Updated 2015-10-07
Publish Date 2015-10-07
Rating 2.00/5 Total 1 Ratings
Developer quick post
Payment Type free
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "version": "1.0.3",
    "description": "__MSG_extensionDescription__",
    "default_locale": "ja",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/button19.png",
            "38": "images\/button38.png"
        },
        "default_title": "__MSG_extensionName__"
    },
    "background": {
        "scripts": [
            "js\/common.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/click-post.secure.force.com\/CYM_PackageHistory*",
                "*:\/\/click-post.secure.force.com\/CYM_Registration*"
            ],
            "js": [
                "js\/content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/click-post.secure.force.com\/CYM_WaitForPayment*"
            ],
            "js": [
                "js\/autoclick-common.js",
                "js\/autoclick-payment.js"
            ]
        },
        {
            "matches": [
                "*:\/\/click-post.secure.force.com\/CYM_RegistrationConfirm*"
            ],
            "js": [
                "js\/autoclick-common.js",
                "js\/autoclick-confirm.js"
            ]
        },
        {
            "matches": [
                "*:\/\/ca.wallet.yahoo.co.jp\/*"
            ],
            "js": [
                "js\/autoclick-yahoo.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/click-post.secure.force.com\/CYM_PaymentFrame*"
            ],
            "js": [
                "js\/autoclick-common.js",
                "js\/autoclick-popup.js"
            ],
            "run_at": "document_start"
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "identity",
        "https:\/\/www.googleapis.com\/"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1lauHluUS2RmZSfDeDamgXyr9FVYI02kGVbNqZ\/XFeQ3hVPZFdFfHVaKLLFA+Y+XPumtiKAOg8619ej6n\/opwarvMHehbOmxaq\/gJFnzDDdxQl9KD0vA5c5aUOO7XlK6c3VKXVpg\/100Rx\/EGG5gUOX3NhHnmzkgL5cC9LWK4lQEq2xZpuBpaS0NZYdV76GushCnpXnWD3Yml\/W8VkvoIEZTfvyipEZ8U039HIMk3\/sFW31a0ipzOsBAXa8NL8USsCd+DMUBCXirT2qj4eJS\/V\/E9YvolCYAd7MgC35e7UmZR8D3i7m4B0F63eDgL7EcmtVOozNWbuIlE6SL7S65iQIDAQAB",
    "oauth2": {
        "client_id": "261599032317-kjleimi078q4lv6ite32en923bi7d2af.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    }
}