Cloud Print and Scan Chrome Extension
Send a print job to Cloud Print and Scan
Cloud Print and Scan Chrome Extensionとは何ですか?
Cloud Print and Scan Chrome ExtensionはKYOCERA Document Solutions Inc.によって開発されたChromeの拡張機能で、その主な機能は「Send a print job to Cloud Print and Scan」です。
拡張機能のスクリーンショット
Cloud Print and Scan Chrome Extension拡張機能のCRXファイルをダウンロード
Cloud Print and Scan Chrome Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Allows Cloud Print and Scan users to print from the Chrome print screen to the Cloud Print and Scan web application. 拡張機能の基本情報
| 名前 | |
| ID | cjhlflnllpibdblegnlahnjcfipbjpgi |
| 公式URL | https://chromewebstore.google.com/detail/cloud-print-and-scan-chro/cjhlflnllpibdblegnlahnjcfipbjpgi |
| 説明 | Send a print job to Cloud Print and Scan |
| ファイルサイズ | 406 KB |
| インストール数 | 494 |
| 現在のバージョン | 1.0.2.31206 |
| 最終更新日 | 2024-01-29 |
| 公開日 | 2023-10-12 |
| 評価 | 5.00/5 合計 3 レビュー |
| 開発者 | KYOCERA Document Solutions Inc. |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://www.kyoceradocumentsolutions.com/en/privacy |
| 対応言語 | de,en,fr,vi,tr,es,it,lt,hu,pl,ro,sl,cs,el,bg,iw,th,zh-TW,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "1.0.2.31206",
"version_name": "1.0.2.31206",
"description": "__MSG_appDesc__",
"default_locale": "en",
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_popup": "popup.html",
"default_title": "__MSG_popup_title__",
"default_icon": {
"16": "assets\/img\/icon16.png",
"32": "assets\/img\/icon32.png",
"48": "assets\/img\/icon48.png",
"128": "assets\/img\/icon128.png"
}
},
"icons": {
"16": "assets\/img\/icon16.png",
"32": "assets\/img\/icon32.png",
"48": "assets\/img\/icon48.png",
"128": "assets\/img\/icon128.png"
},
"permissions": [
"printerProvider",
"notifications",
"storage",
"scripting",
"webRequest"
],
"host_permissions": [
"https:\/\/*.kyocera.biz\/*"
],
"manifest_version": 3
} | |