FCM Extension

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

FCM Extensionคืออะไร?

FCM Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sheptravel.com และคุณลักษณะหลักของมันคือ "The FCM extension communicates priorities, policies, & information to guide safe & sustainable business travel purchases."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FCM Extension

ดาวน์โหลดไฟล์ส่วนขยาย FCM Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ FCM Extension FCM Extension
ID acoebbnponmcjjdebfdkgpcjpedojflf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fcm-extension/acoebbnponmcjjdebfdkgpcjpedojflf
คำอธิบาย The FCM extension communicates priorities, policies, & information to guide safe & sustainable business travel purchases.
ขนาดไฟล์ 6.93 MB
จำนวนการติดตั้ง 84,543
เวอร์ชันปัจจุบัน 5.5.3
อัปเดตครั้งล่าสุด 2024-02-25
วันที่เผยแพร่ 2020-06-08
คะแนน 3.86/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://sheptravel.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://sheptravel.com
URL หน้าช่วยเหลือ https://sheptravel.com/frequently-asked-questions
URL หน้านโยบายความเป็นส่วนตัว https://sheptravel.com/privacypolicy
ภาษาที่รองรับ 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"
    }
}