FCM Extension

The FCM extension communicates priorities, policies, & information to guide safe & sustainable business travel purchases.

Qu'est-ce que FCM Extension ?

FCM Extension est une extension Chrome développée par https://sheptravel.com, et sa fonction principale est "The FCM extension communicates priorities, policies, & information to guide safe & sustainable business travel purchases.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension FCM Extension

Téléchargez les fichiers d'extension FCM Extension 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

                        The FCM extension allows corporate travel managers to curb leakage; drive compliance; improve tool adoption; deliver health and safety guidance, including COVID-related restrictions and requirements; reduce their carbon footprint; or drive change within their travel program.

- Asynchronous policy communication through browser notifications (delivered via the extension)
- Consistent and ubiquitous policy guidance
- Potential of making OBT a singular travel workspace
- Dramatically increasing employee traveler productivity
- Communicate priorities, rules and guidance across >2,000 travel sites

The FCM extension integrates with a variety of other features and third-party integrations to pull in real-time, dynamic information such as the sustainability. The Sustainability integration provides notifications through the extension about average emissions, equivalencies, and alternate options like public transportation and high speed rail at a route-level (Origin to Destination).

Notifications delivered as pop-up extension notifications are managed via an admin portal where notifications can be created, edited, scheduled and/or targeted to only be shown to certain employee populations.                    

Informations de Base sur l'Extension

Nom FCM Extension FCM Extension
ID acoebbnponmcjjdebfdkgpcjpedojflf
URL Officiel https://chromewebstore.google.com/detail/fcm-extension/acoebbnponmcjjdebfdkgpcjpedojflf
Description The FCM extension communicates priorities, policies, & information to guide safe & sustainable business travel purchases.
Taille du Fichier 6.93 MB
Nombre d'Installations 84,543
Version Actuelle 5.5.3
Dernière Mise à Jour 2024-02-25
Date de Publication 2020-06-08
Évaluation 3.86/5 Total 7 Évaluations
Développeur https://sheptravel.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://sheptravel.com
URL de la Page d'Aide https://sheptravel.com/frequently-asked-questions
URL de la Page de Politique de Confidentialité https://sheptravel.com/privacypolicy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FCM Extension",
    "short_name": "FCM Extension",
    "version": "5.5.3",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr6fcQxPlNXasSVoP02yZEMq\/jXYuB7007FTr8CLChr6u0JO87Ukz\/sSedns44agnw4XgBBiJxv4gcyZX9OkIyuq+HtTGfBGVavOTRyNXGWEoSuff4Cm9PQTygS6nHsMi16qjU5lj00QV4n48iFNZd1cQzKHR37IcIb+EtClZo6YCHPQE+2584OnGujQwbw+JR871YytOpYyMxVyfx766pt+U8G\/iccNyCXfu3wSjmWSzihkUvwv2kmglNVQ5AD+GgJMC2GyNrYnY5M8vknba2hMZciSKA2Nw+MbWKvjeEgkzGELgVY3J6+ldeJoWJRTEiIZiVue1YruBWwqYILNfHwIDAQAB",
    "manifest_version": 3,
    "description": "The FCM extension communicates priorities, policies, & information to guide safe & sustainable business travel purchases.",
    "homepage_url": "http:\/\/www.sheptravel.com",
    "action": {
        "default_popup": "popup.html"
    },
    "options_page": "extensionOptions\/options.html",
    "icons": {
        "16": "icons\/fcm-logo-active_16.png",
        "48": "icons\/fcm-logo-active_48.png",
        "128": "icons\/fcm-logo-active_128.png"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "webRequest",
        "history",
        "webNavigation",
        "scripting",
        "storage",
        "tabs",
        "alarms"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "app.bundle.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.concursolutions.com\/*",
                "https:\/\/*.savi.travel\/*"
            ],
            "js": [
                "staticScripts\/concur-results.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*",
                "images\/*",
                "public\/*",
                "staticScripts\/inject.js"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "acoebbnponmcjjdebfdkgpcjpedojflf",
                "dglfpeaahgglonkdkacmkcegpldpldfa"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.sheptravel.com\/*",
            "*:\/\/localhost\/*",
            "*:\/\/*.fcmtravel.com\/*",
            "*:\/\/*.front.meetsam.io\/*"
        ]
    },
    "host_permissions": [
        ""
    ],
    "storage": {
        "managed_schema": ".\/schema.json"
    }
}