Sateraito Office Cloud CRM for Google Workspace
Add the create action screen into your Google calendar event.
Sateraito Office Cloud CRM for Google Workspace란 무엇입니까?
Sateraito Office Cloud CRM for Google Workspace은(는) https://sateraito-apps-crm2.appspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add the create action screen into your Google calendar event."입니다.
확장 프로그램 스크린샷
Sateraito Office Cloud CRM for Google Workspace 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Google カレンダーの予定詳細画面からサテライトオフィス・クラウドCRMを開くための拡張機能です。 ■利用方法 ・本拡張機能をインストールすると、Google カレンダーの予定詳細画面にクラウドCRMを開くボタンが追加されます。 ・Google カレンダーの予定に対してクラウドCRMのアクションマスターに管理できます。
확장 프로그램 기본 정보
이름 | Sateraito Office Cloud CRM for Google Workspace |
ID | oaiipogifppkbooedjiacjmjdehclmci |
공식 URL | https://chromewebstore.google.com/detail/sateraito-office-cloud-cr/oaiipogifppkbooedjiacjmjdehclmci |
설명 | Add the create action screen into your Google calendar event. |
파일 크기 | 103 KB |
설치 횟수 | 243 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2023-02-28 |
출시 날짜 | 2018-03-12 |
개발자 | https://sateraito-apps-crm2.appspot.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.sateraito.jp/privacy.html |
지원되는 언어 | en,zh-CN,zh-TW,ja |
manifest.json | |
{ "manifest_version": 3, "version": "1.0.2", "default_locale": "ja", "homepage_url": "http:\/\/www.sateraito.jp\/", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "icons": { "48": "satelite48.png", "128": "satelite128.png" }, "permissions": [ "storage", "tabs", "identity", "identity.email" ], "host_permissions": [ "https:\/\/sateraito-apps-crm2.appspot.com\/" ], "content_scripts": [ { "css": [ "style.css" ], "js": [ "jquery-1.10.2.min.js", "action_register_btn.js" ], "matches": [ "*:\/\/www.google.com\/calendar\/*", "*:\/\/calendar.google.com\/calendar\/*", "*:\/\/sateraito-apps-crm2.appspot.com\/*" ], "run_at": "document_end", "all_frames": true } ], "background": { "service_worker": "background.js", "type": "module" }, "options_page": "options.html", "web_accessible_resources": [ { "resources": [ "Logo.gif", "bg_White.gif", "arrow-up.png", "arrow-down.png", "loading.gif", "jquery-1.10.2.min.map" ], "matches": [ " |