Foresight Strategy Cockpit

Foresight Strategy Cockpit Web Extension

什么是Foresight Strategy Cockpit?

Foresight Strategy Cockpit是由https://www.4strat.com开发的Chrome扩展程序,该扩展的主要功能是“Foresight Strategy Cockpit Web Extension”。

扩展截图

screenshot
screenshot
screenshot

下载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.                    

扩展基本信息

名称 Foresight Strategy Cockpit Foresight Strategy Cockpit
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
电子邮箱 [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"
}