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 | 
| 官方網址 | 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 | 
| 電子郵箱 | [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"
}  |  |