S.コンテキストガジェット&ウェブメニュー
サテライトオフィス・コンテキストガジェット&ウェブメニュー
什么是S.コンテキストガジェット&ウェブメニュー?
S.コンテキストガジェット&ウェブメニュー是由https://sateraito-contextual-gadget.appspot.com开发的Chrome扩展程序,该扩展的主要功能是“サテライトオフィス・コンテキストガジェット&ウェブメニュー”。
扩展截图
下载S.コンテキストガジェット&ウェブメニュー扩展crx文件
下载S.コンテキストガジェット&ウェブメニュー扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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:\/\/*\/*"
]
}
]
} | |