FCM Extension

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

Vad är FCM Extension?

FCM Extension är en Chrome-tillägg utvecklad av https://sheptravel.com, och dess huvudfunktion är "The FCM extension communicates priorities, policies, & information to guide safe & sustainable business travel purchases.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner FCM Extension-förlängningens CRX-fil

Ladda ner FCM Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn FCM Extension FCM Extension
ID acoebbnponmcjjdebfdkgpcjpedojflf
Officiell webbadress https://chromewebstore.google.com/detail/fcm-extension/acoebbnponmcjjdebfdkgpcjpedojflf
Beskrivning The FCM extension communicates priorities, policies, & information to guide safe & sustainable business travel purchases.
Filstorlek 6.93 MB
Antal Installationer 84,543
Aktuell Version 5.5.3
Senast Uppdaterad 2024-02-25
Publiceringsdatum 2020-06-08
Betyg 3.86/5 Totalt 7 Betyg
Utvecklare https://sheptravel.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://sheptravel.com
Hjälpsida URL https://sheptravel.com/frequently-asked-questions
URL till Sekretesspolicy Sidan https://sheptravel.com/privacypolicy
Stödda Språk 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"
    }
}