DriveDirect for Google ドライブ(Chrome拡張用)
Googleドライブ上のOfficeファイルをWindowsオフィスアプリケーションから開きます。株式会社電算システムとのGSuite及び、DriveDirectの契約が必要です。
DriveDirect for Google ドライブ(Chrome拡張用)คืออะไร?
DriveDirect for Google ドライブ(Chrome拡張用) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://drivedirect.web-dsk.net และคุณลักษณะหลักของมันคือ "Googleドライブ上のOfficeファイルをWindowsオフィスアプリケーションから開きます。株式会社電算システムとのGSuite及び、DriveDirectの契約が必要です。"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DriveDirect for Google ドライブ(Chrome拡張用)
ดาวน์โหลดไฟล์ส่วนขยาย DriveDirect for Google ドライブ(Chrome拡張用) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
GoogleドライブのファイルをWindowsのOfficeアプリケーション(MS-Word、MS-Excel、MS-PowerPoint)で起動します。この拡張機能の利用には、株式会社電算システムとGoogle Apps for Work及び、Drive Directの契約が必要になります。 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | cdnocbeppmcfjdiegchbaaccgkdglldl |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/drivedirect-for-google-%E3%83%89%E3%83%A9/cdnocbeppmcfjdiegchbaaccgkdglldl |
| คำอธิบาย | Googleドライブ上のOfficeファイルをWindowsオフィスアプリケーションから開きます。株式会社電算システムとのGSuite及び、DriveDirectの契約が必要です。 |
| ขนาดไฟล์ | 47.57 KB |
| จำนวนการติดตั้ง | 15,032 |
| เวอร์ชันปัจจุบัน | 1.0.3 |
| อัปเดตครั้งล่าสุด | 2017-09-02 |
| วันที่เผยแพร่ | 2017-09-01 |
| คะแนน | 3.50/5 รวมทั้งหมด 6 คะแนน |
| ผู้พัฒนา | https://drivedirect.web-dsk.net |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://drivedirect.web-dsk.net/ |
| URL หน้าช่วยเหลือ | http://www.dsk-cloud.com/ |
| ภาษาที่รองรับ | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "DriveDirect for Google \u30c9\u30e9\u30a4\u30d6\uff08Chrome\u62e1\u5f35\u7528\uff09",
"short_name": "DriveDirect",
"version": "1.0.3",
"manifest_version": 2,
"description": "Google\u30c9\u30e9\u30a4\u30d6\u4e0a\u306eOffice\u30d5\u30a1\u30a4\u30eb\u3092Windows\u30aa\u30d5\u30a3\u30b9\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u304b\u3089\u958b\u304d\u307e\u3059\u3002\u682a\u5f0f\u4f1a\u793e\u96fb\u7b97\u30b7\u30b9\u30c6\u30e0\u3068\u306eGSuite\u53ca\u3073\u3001DriveDirect\u306e\u5951\u7d04\u304c\u5fc5\u8981\u3067\u3059\u3002",
"content_scripts": [
{
"matches": [
"https:\/\/drivedirect.web-dsk.net\/modules\/gdd\/selectClientApp.html",
"https:\/\/drivedirect.web-dsk.net\/modules2\/gdd\/selectClientApp.html"
],
"js": [
"jquery-2.0.3.min.js",
"script.js"
],
"run_at": "document_end"
}
],
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"16": "dd16x16.png",
"48": "dd48x48.png",
"128": "dd128x128.png"
},
"permissions": [
"nativeMessaging"
]
} | |