S.コンテキストガジェット&ウェブメニュー
サテライトオフィス・コンテキストガジェット&ウェブメニュー
S.コンテキストガジェット&ウェブメニュー란 무엇입니까?
S.コンテキストガジェット&ウェブメニュー은(는) https://sateraito-contextual-gadget.appspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "サテライトオフィス・コンテキストガジェット&ウェブメニュー"입니다.
확장 프로그램 스크린샷
S.コンテキストガジェット&ウェブメニュー 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Googleメール、Googleカレンダーなどに弊社のアドオン(ワークフロー・ドキュメント管理・掲示板など)のガジェットを表示するためのブラウザ拡張機能になります。 확장 프로그램 기본 정보
| 이름 | |
| ID | ocibfjgeibhjhjpkdidnjmegkddihdok |
| 공식 URL | https://chromewebstore.google.com/detail/s%E3%82%B3%E3%83%B3%E3%83%86%E3%82%AD%E3%82%B9%E3%83%88%E3%82%AC%E3%82%B8%E3%82%A7%E3%83%83%E3%83%88%EF%BC%86%E3%82%A6%E3%82%A7%E3%83%96%E3%83%A1%E3%83%8B%E3%83%A5%E3%83%BC/ocibfjgeibhjhjpkdidnjmegkddihdok |
| 설명 | サテライトオフィス・コンテキストガジェット&ウェブメニュー |
| 파일 크기 | 114 KB |
| 설치 횟수 | 2,616 |
| 현재 버전 | 1.0.1 |
| 최근 업데이트 | 2023-03-01 |
| 출시 날짜 | 2018-12-06 |
| 평점 | 5.00/5 총 1 개의 평점 |
| 개발자 | https://sateraito-contextual-gadget.appspot.com |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 개인정보 보호 정책 페이지 URL | https://www.sateraito.jp/privacy.html |
| 지원되는 언어 | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "1.0.1",
"homepage_url": "http:\/\/www.sateraito.jp\/",
"default_locale": "ja",
"name": "__MSG_extension_name__",
"description": "__MSG_extension_description__",
"icons": {
"16": "images\/sateraito16.png",
"32": "images\/sateraito32.png",
"48": "images\/sateraito48.png",
"128": "images\/sateraito128.png"
},
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules.json"
}
]
},
"permissions": [
"declarativeNetRequest",
"storage"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"author": "Sateraito Office",
"options_page": "options.html",
"background": {
"service_worker": "background_script.js"
},
"content_scripts": [
{
"js": [
"jquery-2.2.4.min.js"
],
"css": [
"style.css"
],
"matches": [
"https:\/\/*.google.com\/*",
"https:\/\/*\/*"
],
"all_frames": true,
"run_at": "document_idle"
},
{
"js": [
"jquery-2.2.4.min.js",
"content_script.js"
],
"matches": [
"https:\/\/*.google.com\/*",
"https:\/\/*\/*"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"images\/*"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
]
} | |