Foresight Strategy Cockpit
Foresight Strategy Cockpit Web Extension
Foresight Strategy Cockpitとは何ですか?
Foresight Strategy Cockpitはhttps://www.4strat.comによって開発されたChromeの拡張機能で、その主な機能は「Foresight Strategy Cockpit Web Extension」です。
拡張機能のスクリーンショット
Foresight Strategy Cockpit拡張機能のCRXファイルをダウンロード
Foresight Strategy Cockpit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Foresight is more than just trend management or scenario planning. Through foresight you can establish a new way of thinking within your company while questioning the status quo and challenge existing mental models. 拡張機能の基本情報
| 名前 | |
| ID | foikcmbdmjooilnjbdjlmdbcnabgpaae |
| 公式URL | https://chromewebstore.google.com/detail/foresight-strategy-cockpi/foikcmbdmjooilnjbdjlmdbcnabgpaae |
| 説明 | Foresight Strategy Cockpit Web Extension |
| ファイルサイズ | 1.11 MB |
| インストール数 | 177 |
| 現在のバージョン | 2.15.0 |
| 最終更新日 | 2023-04-08 |
| 公開日 | 2020-06-30 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | https://www.4strat.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://www.4strat.com/content/ |
| ヘルプページのURL | http://www.4strat.com/contact-us/ |
| プライバシーポリシーページのURL | https://www.4strat.com/data-privacy |
| 対応言語 | de,en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Foresight Strategy Cockpit",
"description": "Foresight Strategy Cockpit Web Extension",
"manifest_version": 3,
"version": "2.15.0",
"author": "4strat GmbH",
"default_locale": "en",
"icons": {
"48": "icons\/icon-48.png"
},
"permissions": [
"scripting",
"activeTab",
"storage",
"contextMenus",
"notifications"
],
"host_permissions": [
"*:\/\/*.foresight-cockpit.com\/*",
"*:\/\/*.foresight-cockpit.de\/*",
"*:\/\/fact-zukunftsanalyse.de\/*",
"http:\/\/localhost:8000\/*",
"http:\/\/10.1.1.46:8000\/*",
"http:\/\/localhost:7000\/*"
],
"background": {
"service_worker": "scripts\/background.js"
},
"action": {
"default_icon": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"64": "icons\/icon-64.png"
},
"default_title": "Foresight Strategy Cockpit",
"default_popup": "pages\/popup.html"
},
"options_ui": {
"page": "pages\/options.html"
},
"homepage_url": "https:\/\/www.4strat.com"
} | |