和暦アドオン for SalesForce

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

Wat is 和暦アドオン for SalesForce?

和暦アドオン for SalesForce is een Chrome-extensie ontwikkeld door samurai-system, en de belangrijkste functie is "SalesForce.comに和暦入力/表示機能を付加します".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 和暦アドオン for SalesForce

Download 和暦アドオン for SalesForce-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

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

Basisinformatie over de Extensie

Naam 和暦アドオン for SalesForce 和暦アドオン for SalesForce
ID mnljohoincgclohliohkmiodagndgflp
Officiële 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
Beschrijving SalesForce.comに和暦入力/表示機能を付加します
Bestandsgrootte 20.05 KB
Aantal Installaties 50
Huidige Versie 5.0.0.0
Laatst Bijgewerkt 2019-09-30
Publicatiedatum 2019-09-30
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar samurai-system
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://samurai-sys.com/solution/wareki_addon
URL van de Privacybeleid Pagina https://samurai-sys.com/privacy
Ondersteunde Talen 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\/*"
    ]
}