asana.com Multi language IME problem patch

This app resolve a problem in asana.com with MultiLanguage IME(like Japanese Google IME). To use this plugin, just keeping enable.

asana.com Multi language IME problem patchคืออะไร?

asana.com Multi language IME problem patch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.tech-vein.com และคุณลักษณะหลักของมันคือ "This app resolve a problem in asana.com with MultiLanguage IME(like Japanese Google IME). To use this plugin, just keeping enable."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย asana.com Multi language IME problem patch

ดาวน์โหลดไฟล์ส่วนขยาย asana.com Multi language IME problem patch ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This chrome extension is to fix multibyte language input problem in asana.com.
It fixes the problem that duplicate tasks on edidting task field when input task name with IME.

Mainly this is for Japanese IME, but it may work also for other language IME systems(like Korean, Chinese, Thai, etc.).

This has no settings, so you can easily try this.

This extension is made by tech vein, Inc (not asana.com).
Please do not contact asana.com.
If you want to contact about this, see http://www.tech-vein.com/ .


----
asana.com で日本語でタスクを追加したときに2重にタスクが追加されてしまう不具合の非公式修正パッチです。
Chrome拡張をインストールするだけで機能します。

設定不要ですので、アプリアイコンを非表示にしてご利用ください。

このChrome拡張は asana.com ではなく、株式会社tech vein により開発されました。

お問い合わせは http://www.tech-vein.com/ までお願いします。                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ asana.com Multi language IME problem patch asana.com Multi language IME problem patch
ID khkgejmkbkekehfpgmgjkekblkeaekol
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/asanacom-multi-language-i/khkgejmkbkekehfpgmgjkekblkeaekol
คำอธิบาย This app resolve a problem in asana.com with MultiLanguage IME(like Japanese Google IME). To use this plugin, just keeping enable.
ขนาดไฟล์ 18.68 KB
จำนวนการติดตั้ง 228
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2016-11-27
วันที่เผยแพร่ 2016-11-27
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา http://www.tech-vein.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.tech-vein.com/
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.0.2",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.asana.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "https:\/\/app.asana.com\/"
    ]
}