FCM Extension

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

Co je FCM Extension?

FCM Extension je rozšíření Chrome vyvinuté https://sheptravel.com, a jeho hlavní funkcí je „The FCM extension communicates priorities, policies, & information to guide safe & sustainable business travel purchases.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření FCM Extension

Stáhněte si soubory rozšíření FCM Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název FCM Extension FCM Extension
ID acoebbnponmcjjdebfdkgpcjpedojflf
Oficiální URL https://chromewebstore.google.com/detail/fcm-extension/acoebbnponmcjjdebfdkgpcjpedojflf
Popis The FCM extension communicates priorities, policies, & information to guide safe & sustainable business travel purchases.
Velikost souboru 6.93 MB
Počet instalací 84,543
Aktuální Verze 5.5.3
Poslední Aktualizace 2024-02-25
Datum Vydání 2020-06-08
Hodnocení 3.86/5 Celkem 7 Hodnocení
Vývojář https://sheptravel.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://sheptravel.com
URL Stránky Nápovědy https://sheptravel.com/frequently-asked-questions
URL Stránky Zásad Ochrany Soukromí https://sheptravel.com/privacypolicy
Podporované Jazyky 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"
    }
}