Stackshine Spotlight
Unify the software you depend on.
Stackshine Spotlightとは何ですか?
Stackshine Spotlightはhttps://stackshine.ioによって開発されたChromeの拡張機能で、その主な機能は「Unify the software you depend on.」です。
拡張機能のスクリーンショット
Stackshine Spotlight拡張機能のCRXファイルをダウンロード
Stackshine Spotlight拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Stackshine Spotlight is your best tool for understanding and managing the software used within your organization. Built specifically for Stackshine users, Spotlight enriches your Stackshine workspace data with usage data on your software tools. - Track usage of apps currently in your Stackshine workspace - Discover new vendors and shadow IT used in your organization
拡張機能の基本情報
名前 | Stackshine Spotlight |
ID | jpjjjigckelacgnapoficccbepjeoopm |
公式URL | https://chromewebstore.google.com/detail/stackshine-spotlight/jpjjjigckelacgnapoficccbepjeoopm |
説明 | Unify the software you depend on. |
ファイルサイズ | 1.45 MB |
インストール数 | 1,000 |
現在のバージョン | 1.2.7 |
最終更新日 | 2022-12-14 |
公開日 | 2021-11-04 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://stackshine.io |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://stackshine.io |
プライバシーポリシーページのURL | https://www.stackshine.io/privacy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stackshine Spotlight", "description": "Unify the software you depend on.", "version": "1.2.7", "browser_action": { "default_popup": "index.html" }, "background": { "scripts": [ ".\/background.js" ], "persistent": true }, "icons": { "16": ".\/images\/logo-small.png", "48": ".\/images\/logo-medium.png", "128": ".\/images\/logo-large.png" }, "permissions": [ "tabs", "alarms", "notifications", "activeTab", "storage", "history", "identity", "identity.email", "https:\/\/www.stackshine.io\/*", "https:\/\/app.stackshine.com\/*" ], "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "42.0", "update_url": "https:\/\/www.stackshine.io\/spotlight_updates.json" } }, "content_security_policy": "base-uri 'self'; object-src 'none'; script-src 'self' 'sha256-Nf\/Z5HwHnqaP6wFzN4Wq86g0vjZwFfLTtwk7pYEJmh8=' 'nonce-hsMYwsLIvd6jwvNLYWF6wA==' 'nonce-CweuMX4GoDdqwn6blGcolg=='; style-src 'self' 'nonce-+meF4xd0zIehhjDLr1cpCQ==' 'nonce-IW2cr+hpnTZPRZLY5EwTmw=='; default-src 'none'; connect-src 'self' http:\/\/localhost:3000 https:\/\/www.stackshine.io https:\/\/app.stackshine.com https:\/\/*.sentry.io https:\/\/uat.i.stackshine.com\/" } |