Foresight Strategy Cockpit

Foresight Strategy Cockpit Web Extension

Foresight Strategy Cockpit là gì?

Foresight Strategy Cockpit là một tiện ích mở rộng Chrome được phát triển bởi https://www.4strat.com, và tính năng chính của nó là "Foresight Strategy Cockpit Web Extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Foresight Strategy Cockpit

Tải xuống các tệp mở rộng Foresight Strategy Cockpit dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Foresight Strategy Cockpit Foresight Strategy Cockpit
ID foikcmbdmjooilnjbdjlmdbcnabgpaae
URL Chính Thức https://chromewebstore.google.com/detail/foresight-strategy-cockpi/foikcmbdmjooilnjbdjlmdbcnabgpaae
Mô tả Foresight Strategy Cockpit Web Extension
Kích Thước Tệp 1.11 MB
Số Lần Cài Đặt 177
Phiên Bản Hiện Tại 2.15.0
Cập Nhật Lần Cuối 2023-04-08
Ngày Phát Hành 2020-06-30
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.4strat.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.4strat.com/content/
URL Trang Trợ Giúp http://www.4strat.com/contact-us/
URL Trang Chính Sách Bảo Mật https://www.4strat.com/data-privacy
Ngôn Ngữ Được Hỗ Trợ 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"
}