kPoint Screen Capture Assistant
The new kPoint extension allows you to capture your screen and also enhance the searchability of your kPoint videos.
kPoint Screen Capture Assistantとは何ですか?
kPoint Screen Capture Assistantはhttps://kpoint.comによって開発されたChromeの拡張機能で、その主な機能は「The new kPoint extension allows you to capture your screen and also enhance the searchability of your kPoint videos.」です。
拡張機能のスクリーンショット
kPoint Screen Capture Assistant拡張機能のCRXファイルをダウンロード
kPoint Screen Capture Assistant拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The new kPoint extension for chrome browser allows you to record your screen and also enhance the searchability of your kPoint videos. Install this extension along with kPoint screen sharing plugin from your kPoint domain.
拡張機能の基本情報
名前 | kPoint Screen Capture Assistant |
ID | jckpglhnbjcdnjkdpijjlhhadhphondf |
公式URL | https://chromewebstore.google.com/detail/kpoint-screen-capture-ass/jckpglhnbjcdnjkdpijjlhhadhphondf |
説明 | The new kPoint extension allows you to capture your screen and also enhance the searchability of your kPoint videos. |
ファイルサイズ | 47.48 KB |
インストール数 | 250 |
現在のバージョン | 3.3.1 |
最終更新日 | 2020-09-25 |
公開日 | 2020-06-24 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://kpoint.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.kpoint.com/ |
ヘルプページのURL | https://www.kpoint.com/support/ |
プライバシーポリシーページのURL | https://www.kpoint.com/privacy-policy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "kPoint Screen Capture Assistant", "short_name": "kPoint", "version": "3.3.1", "description": "The new kPoint extension allows you to capture your screen and also enhance the searchability of your kPoint videos.", "background": { "scripts": [ "js\/jquery-1.7.2.min.js", "background.js", "plugin.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentscript.js" ], "run_at": "document_idle", "all_frames": false }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "detectextension.js" ], "run_at": "document_end" } ], "permissions": [ "nativeMessaging" ], "externally_connectable": { "matches": [ "*:\/\/*.kpoint.com\/*", "*:\/\/*.skreen.me\/*", "*:\/\/*.techmahindra.com\/*", "*:\/\/*.gslab.com\/*", "*:\/\/*.zencite.com\/*", "*:\/\/*.persistent.co.in\/*", "*:\/\/*.kmart.com\/*", "*:\/\/*.tatatechnologies.com\/*", "*:\/\/*.coep.org.in\/*", "*:\/\/*.corpintra.net\/*", "*:\/\/*.cdac.in\/*", "*:\/\/*.bosch.com\/*", "*:\/\/*.lteaglobal.com\/*", "*:\/\/*.kalyanicorp.com\/*", "*:\/\/*.net.plm.eds.com\/*", "*:\/\/*.vsnl.co.in\/*", "*:\/\/*.wce.ac.in\/*", "*:\/\/*.cmcltd.com\/*", "*:\/\/*.chola.murugappa.com\/*", "*:\/\/*.airtel.com\/*", "*:\/\/*.tcs.com\/*", "*:\/\/*.tatacommunications.com\/*", "*:\/\/*.tieto.com\/*", "*:\/\/*.kpedmodo.com\/*", "*:\/\/*.kenan.ai\/*", "*:\/\/*.citiustech.com\/*", "*:\/\/*.barodagurukul.co.in\/*", "*:\/\/*.icicilombard.com\/*" ] }, "icons": { "16": "k16.png", "32": "k32.png", "48": "k48.png", "128": "k128.png" }, "manifest_version": 2 } |