FCM Extension

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

What is FCM Extension?

FCM Extension is a Chrome extension developed by https://sheptravel.com, and its main feature is "The FCM extension communicates priorities, policies, & information to guide safe & sustainable business travel purchases.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download FCM Extension Extension CRX File

Download FCM Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name FCM Extension FCM Extension
ID acoebbnponmcjjdebfdkgpcjpedojflf
Official URL https://chromewebstore.google.com/detail/fcm-extension/acoebbnponmcjjdebfdkgpcjpedojflf
Description The FCM extension communicates priorities, policies, & information to guide safe & sustainable business travel purchases.
File Size 6.93 MB
Installation Count 84,543
Current Version 5.5.3
Last Updated 2024-02-25
Publish Date 2020-06-08
Rating 3.86/5 Total 7 Ratings
Developer https://sheptravel.com
Email [email protected]
Payment Type free
Extension Website https://sheptravel.com
Help Page URL https://sheptravel.com/frequently-asked-questions
Privacy Policy Page URL https://sheptravel.com/privacypolicy
Supported Languages 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"
    }
}