INTEGRTR CloudCaffeine

A shot of caffeine for your SuccessFactors instance!

What is INTEGRTR CloudCaffeine?

INTEGRTR CloudCaffeine is a Chrome extension developed by INTEGRTR, and its main feature is "A shot of caffeine for your SuccessFactors instance!".

Extension Screenshots

screenshot

Download INTEGRTR CloudCaffeine Extension CRX File

Download INTEGRTR CloudCaffeine 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

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

Extension Basic Information

Name INTEGRTR CloudCaffeine INTEGRTR CloudCaffeine
ID fahpbldjklmnnoibdinfhjdglhliklei
Official URL https://chromewebstore.google.com/detail/integrtr-cloudcaffeine/fahpbldjklmnnoibdinfhjdglhliklei
Description A shot of caffeine for your SuccessFactors instance!
File Size 36.09 KB
Installation Count 166
Current Version 1.0.2
Last Updated 2023-02-06
Publish Date 2023-01-20
Rating 4.80/5 Total 10 Ratings
Developer INTEGRTR
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.integrtr.com/integrtr-platform-terms-and-conditions
Supported Languages 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\/*"
            ]
        }
    ]
}