和暦アドオン for SalesForce
SalesForce.comに和暦入力/表示機能を付加します
和暦アドオン for SalesForce là gì?
和暦アドオン for SalesForce là một tiện ích mở rộng Chrome được phát triển bởi samurai-system, và tính năng chính của nó là "SalesForce.comに和暦入力/表示機能を付加します".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng 和暦アドオン for SalesForce
Tải xuống các tệp mở rộng 和暦アドオン for SalesForce dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Saleaforce用の和暦変換モジュールです。 日付の入力が簡単になる無料アプリです。数字だけで日付入力。和暦を併記。和暦を西暦に変換。 数字だけで日付の簡易入力ができます。 日付選択カレンダーに和暦を併記できます。 和暦での入力を西暦に変換します。 例) [140201]→[2014/02/01] S42/12/11→1967/12/11
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | 和暦アドオン for SalesForce |
ID | mnljohoincgclohliohkmiodagndgflp |
URL Chính Thức | 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 |
Mô tả | SalesForce.comに和暦入力/表示機能を付加します |
Kích Thước Tệp | 20.05 KB |
Số Lần Cài Đặt | 50 |
Phiên Bản Hiện Tại | 5.0.0.0 |
Cập Nhật Lần Cuối | 2019-09-30 |
Ngày Phát Hành | 2019-09-30 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | samurai-system |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://samurai-sys.com/solution/wareki_addon |
URL Trang Chính Sách Bảo Mật | https://samurai-sys.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |