INTEGRTR CloudCaffeine

A shot of caffeine for your SuccessFactors instance!

Hvad er INTEGRTR CloudCaffeine?

INTEGRTR CloudCaffeine er en Chrome-udvidelse udviklet af INTEGRTR, og dens hovedfunktion er "A shot of caffeine for your SuccessFactors instance!".

Udvidelsesskærmbilleder

screenshot

Download INTEGRTR CloudCaffeine-udvidelses-CRX-fil

Download INTEGRTR CloudCaffeine-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        INTEGRTR.CloudCaffeine helps you overcome SuccessFactors timeout in case of long usage or when you're away on a coffee break.                    

Grundlæggende oplysninger om udvidelsen

Navn INTEGRTR CloudCaffeine INTEGRTR CloudCaffeine
ID fahpbldjklmnnoibdinfhjdglhliklei
Officiel URL https://chromewebstore.google.com/detail/integrtr-cloudcaffeine/fahpbldjklmnnoibdinfhjdglhliklei
Beskrivelse A shot of caffeine for your SuccessFactors instance!
Filstørrelse 36.09 KB
Antal Installationer 166
Nuværende Version 1.0.2
Senest Opdateret 2023-02-06
Udgivelsesdato 2023-01-20
Bedømmelse 4.80/5 Samlet 10 Bedømmelser
Udvikler INTEGRTR
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://www.integrtr.com/integrtr-platform-terms-and-conditions
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "INTEGRTR CloudCaffeine",
    "description": "A shot of caffeine for your SuccessFactors instance!",
    "version": "1.0.2",
    "host_permissions": [
        "https:\/\/*.successfactors.eu\/*",
        "https:\/\/*.successfactors.com\/*",
        "https:\/\/*.sapsf.com\/*",
        "https:\/\/*.sapsf.eu\/*",
        "https:\/\/*.sapsf.cn\/*"
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "24": "icons\/icon24.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.successfactors.eu\/*",
                "https:\/\/*.successfactors.com\/*",
                "https:\/\/*.sapsf.com\/*",
                "https:\/\/*.sapsf.eu\/*",
                "https:\/\/*.sapsf.cn\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png"
        },
        "default_title": "INTEGRTR.CloudCaffeine"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "keepAlive.js"
            ],
            "matches": [
                "https:\/\/*.successfactors.eu\/*",
                "https:\/\/*.successfactors.com\/*",
                "https:\/\/*.sapsf.com\/*",
                "https:\/\/*.sapsf.eu\/*",
                "https:\/\/*.sapsf.cn\/*"
            ]
        }
    ]
}