和暦アドオン for SalesForce

SalesForce.comに和暦入力/表示機能を付加します

和暦アドオン for SalesForceคืออะไร?

和暦アドオン for SalesForce เป็นส่วนขยายของ Chrome ที่พัฒนาโดย samurai-system และคุณลักษณะหลักของมันคือ "SalesForce.comに和暦入力/表示機能を付加します"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 和暦アドオン for SalesForce

ดาวน์โหลดไฟล์ส่วนขยาย 和暦アドオン for SalesForce ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Saleaforce用の和暦変換モジュールです。

日付の入力が簡単になる無料アプリです。数字だけで日付入力。和暦を併記。和暦を西暦に変換。

数字だけで日付の簡易入力ができます。
日付選択カレンダーに和暦を併記できます。
和暦での入力を西暦に変換します。
例)
[140201]→[2014/02/01]
S42/12/11→1967/12/11                    

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

ชื่อ 和暦アドオン for SalesForce 和暦アドオン for SalesForce
ID mnljohoincgclohliohkmiodagndgflp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/%E5%92%8C%E6%9A%A6%E3%82%A2%E3%83%89%E3%82%AA%E3%83%B3-for-salesforce/mnljohoincgclohliohkmiodagndgflp
คำอธิบาย SalesForce.comに和暦入力/表示機能を付加します
ขนาดไฟล์ 20.05 KB
จำนวนการติดตั้ง 50
เวอร์ชันปัจจุบัน 5.0.0.0
อัปเดตครั้งล่าสุด 2019-09-30
วันที่เผยแพร่ 2019-09-30
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา samurai-system
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://samurai-sys.com/solution/wareki_addon
URL หน้านโยบายความเป็นส่วนตัว https://samurai-sys.com/privacy
ภาษาที่รองรับ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u548c\u66a6\u30a2\u30c9\u30aa\u30f3 for SalesForce",
    "short_name": "\u548c\u66a6\u30a2\u30c9\u30aa\u30f3",
    "version": "5.0.0.0",
    "manifest_version": 2,
    "description": "SalesForce.com\u306b\u548c\u66a6\u5165\u529b\/\u8868\u793a\u6a5f\u80fd\u3092\u4ed8\u52a0\u3057\u307e\u3059",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon32.png",
        "default_title": "\u548c\u66a6\u3092\u8868\u793a"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.force.com\/*",
                "http:\/\/*.salesforce.com\/*",
                "http:\/\/*.salesforceliveagent.com\/*",
                "http:\/\/*.visualforce.com\/*",
                "http:\/\/*.visual.force.com\/*",
                "http:\/\/*.documentforce.com\/*",
                "http:\/\/*.lightning.com\/*",
                "http:\/\/*.salesforce-communities.com\/*",
                "http:\/\/*.secure.force.com\/*",
                "https:\/\/*.force.com\/*",
                "https:\/\/*.salesforce.com\/*",
                "https:\/\/*.salesforceliveagent.com\/*",
                "https:\/\/*.visualforce.com\/*",
                "https:\/\/*.visual.force.com\/*",
                "https:\/\/*.documentforce.com\/*",
                "https:\/\/*.lightning.com\/*",
                "https:\/\/*.salesforce-communities.com\/*",
                "https:\/\/*.secure.force.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "wareki.js"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "background",
        "http:\/\/*.force.com\/*",
        "http:\/\/*.salesforce.com\/*",
        "http:\/\/*.salesforceliveagent.com\/*",
        "http:\/\/*.visualforce.com\/*",
        "http:\/\/*.visual.force.com\/*",
        "http:\/\/*.documentforce.com\/*",
        "http:\/\/*.lightning.com\/*",
        "http:\/\/*.salesforce-communities.com\/*",
        "http:\/\/*.secure.force.com\/*",
        "https:\/\/*.force.com\/*",
        "https:\/\/*.salesforce.com\/*",
        "https:\/\/*.salesforceliveagent.com\/*",
        "https:\/\/*.visualforce.com\/*",
        "https:\/\/*.visual.force.com\/*",
        "https:\/\/*.documentforce.com\/*",
        "https:\/\/*.lightning.com\/*",
        "https:\/\/*.salesforce-communities.com\/*",
        "https:\/\/*.secure.force.com\/*"
    ]
}