INTEGRTR CloudCaffeine
A shot of caffeine for your SuccessFactors instance!
Was ist INTEGRTR CloudCaffeine?
INTEGRTR CloudCaffeine ist eine Chrome-Erweiterung, die von INTEGRTR entwickelt wurde, und ihr Hauptmerkmal ist "A shot of caffeine for your SuccessFactors instance!".
Erweiterungsscreenshots
INTEGRTR CloudCaffeine-Erweiterungs-CRX-Datei herunterladen
Laden Sie INTEGRTR CloudCaffeine-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
INTEGRTR.CloudCaffeine helps you overcome SuccessFactors timeout in case of long usage or when you're away on a coffee break. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | fahpbldjklmnnoibdinfhjdglhliklei |
| Offizielle URL | https://chromewebstore.google.com/detail/integrtr-cloudcaffeine/fahpbldjklmnnoibdinfhjdglhliklei |
| Beschreibung | A shot of caffeine for your SuccessFactors instance! |
| Dateigröße | 36.09 KB |
| Installationsanzahl | 166 |
| Aktuelle Version | 1.0.2 |
| Letztes Update | 2023-02-06 |
| Veröffentlichungsdatum | 2023-01-20 |
| Bewertung | 4.80/5 Insgesamt 10 Bewertungen |
| Entwickler | INTEGRTR |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://www.integrtr.com/integrtr-platform-terms-and-conditions |
| Unterstützte Sprachen | 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\/*"
]
}
]
} | |