Foresight Strategy Cockpit

Foresight Strategy Cockpit Web Extension

Qu'est-ce que Foresight Strategy Cockpit ?

Foresight Strategy Cockpit est une extension Chrome développée par https://www.4strat.com, et sa fonction principale est "Foresight Strategy Cockpit Web Extension".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Foresight Strategy Cockpit

Téléchargez les fichiers d'extension Foresight Strategy Cockpit au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Foresight Strategy Cockpit Foresight Strategy Cockpit
ID foikcmbdmjooilnjbdjlmdbcnabgpaae
URL Officiel https://chromewebstore.google.com/detail/foresight-strategy-cockpi/foikcmbdmjooilnjbdjlmdbcnabgpaae
Description Foresight Strategy Cockpit Web Extension
Taille du Fichier 1.11 MB
Nombre d'Installations 177
Version Actuelle 2.15.0
Dernière Mise à Jour 2023-04-08
Date de Publication 2020-06-30
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://www.4strat.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.4strat.com/content/
URL de la Page d'Aide http://www.4strat.com/contact-us/
URL de la Page de Politique de Confidentialité https://www.4strat.com/data-privacy
Langues Prises en Charge 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"
}