Oveo Extension - Silent
Chrome Extension for tracking application usage
Oveo Extension - Silentとは何ですか?
Oveo Extension - Silentはhttps://oveo.ioによって開発されたChromeの拡張機能で、その主な機能は「Chrome Extension for tracking application usage」です。
拡張機能のスクリーンショット
Oveo Extension - Silent拡張機能のCRXファイルをダウンロード
Oveo Extension - Silent拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Oveo is a SaaS Management solution, helping organisations manage their SaaS stack. The Oveo Chrome Extension for tracking application usage provides insights to which SaaS applications are being used across an organisation. 拡張機能の基本情報
| 名前 | |
| ID | nffjckgmpigfpkmamacllkakieaphfnm |
| 公式URL | https://chromewebstore.google.com/detail/oveo-extension-silent/nffjckgmpigfpkmamacllkakieaphfnm |
| 説明 | Chrome Extension for tracking application usage |
| ファイルサイズ | 62.34 KB |
| インストール数 | 8,521 |
| 現在のバージョン | 1.4.0 |
| 最終更新日 | 2022-09-28 |
| 公開日 | 2021-12-24 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | https://oveo.io |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://oveo.io |
| プライバシーポリシーページのURL | https://oveo.io/privacy-policy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Oveo Extension - Silent",
"description": "Chrome Extension for tracking application usage",
"manifest_version": 3,
"version": "1.4.0",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"64": "icon64.png",
"128": "icon128.png"
},
"action": {
"default_icon": "icon128.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"js": [
"contentScript.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"permissions": [
"storage",
"identity",
"identity.email",
"tabs",
"alarms"
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgXYgDfJgcIoFlhNkBy3ReDlVRMbXBQu+hldZIIpiCkQJRSrrRULNivh1Ilr15VZ5NgPiE3an4BEL\/U\/1ORyQTEqMef8wxb3aryRmhGrpH6wdYLOv\/z+OFITmS0fd2YOd5Kka\/TpeWPOX+VRDPIMOxikqBXi\/31mC8BfFS4gzcp7lshR16+MIdfJAT2XnZPuATgtZqbhtqM9x\/mEOYBj+O5vtNBnAGZaDkPL3T+YI2cBoU6Sf3yzQH00k3SKsbpb0Kg7MTaBN2RKKeVdNuAijszI1WYZLzmUFRtX+kE0BRrM06\/ur55hDkNVFL\/Ka+9fN+JJPomFf5+UDwaA7axbtQwIDAQAB"
} | |