Foresight Strategy Cockpit

Foresight Strategy Cockpit Web Extension

Co to jest Foresight Strategy Cockpit?

Foresight Strategy Cockpit to rozszerzenie Chrome opracowane przez https://www.4strat.com, a jego główną funkcją jest „Foresight Strategy Cockpit Web Extension”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Foresight Strategy Cockpit

Pobierz pliki rozszerzeń Foresight Strategy Cockpit w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Foresight Strategy Cockpit Foresight Strategy Cockpit
ID foikcmbdmjooilnjbdjlmdbcnabgpaae
Oficjalny URL https://chromewebstore.google.com/detail/foresight-strategy-cockpi/foikcmbdmjooilnjbdjlmdbcnabgpaae
Opis Foresight Strategy Cockpit Web Extension
Rozmiar pliku 1.11 MB
Liczba instalacji 177
Aktualna Wersja 2.15.0
Ostatnia Aktualizacja 2023-04-08
Data Publikacji 2020-06-30
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://www.4strat.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.4strat.com/content/
Adres URL Strony Pomocy http://www.4strat.com/contact-us/
Adres URL Strony Polityki Prywatności https://www.4strat.com/data-privacy
Obsługiwane Języki 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"
}