S.コンテキストガジェット&ウェブメニュー
サテライトオフィス・コンテキストガジェット&ウェブメニュー
What is S.コンテキストガジェット&ウェブメニュー?
S.コンテキストガジェット&ウェブメニュー is a Chrome extension developed by https://sateraito-contextual-gadget.appspot.com, and its main feature is "サテライトオフィス・コンテキストガジェット&ウェブメニュー".
Extension Screenshots
Download S.コンテキストガジェット&ウェブメニュー Extension CRX File
Download S.コンテキストガジェット&ウェブメニュー extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Googleメール、Googleカレンダーなどに弊社のアドオン(ワークフロー・ドキュメント管理・掲示板など)のガジェットを表示するためのブラウザ拡張機能になります。 Extension Basic Information
| Name | |
| ID | ocibfjgeibhjhjpkdidnjmegkddihdok |
| Official 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 |
| Description | サテライトオフィス・コンテキストガジェット&ウェブメニュー |
| File Size | 114 KB |
| Installation Count | 2,616 |
| Current Version | 1.0.1 |
| Last Updated | 2023-03-01 |
| Publish Date | 2018-12-06 |
| Rating | 5.00/5 Total 1 Ratings |
| Developer | https://sateraito-contextual-gadget.appspot.com |
| [email protected] | |
| Payment Type | free |
| Privacy Policy Page URL | https://www.sateraito.jp/privacy.html |
| Supported Languages | 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:\/\/*\/*"
]
}
]
} | |