INTEGRTR CloudCaffeine
A shot of caffeine for your SuccessFactors instance!
Wat is INTEGRTR CloudCaffeine?
INTEGRTR CloudCaffeine is een Chrome-extensie ontwikkeld door INTEGRTR, en de belangrijkste functie is "A shot of caffeine for your SuccessFactors instance!".
Extensie Screenshots
Download het CRX-bestand van de extensie INTEGRTR CloudCaffeine
Download INTEGRTR CloudCaffeine-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
INTEGRTR.CloudCaffeine helps you overcome SuccessFactors timeout in case of long usage or when you're away on a coffee break. Basisinformatie over de Extensie
| Naam | |
| ID | fahpbldjklmnnoibdinfhjdglhliklei |
| Officiële URL | https://chromewebstore.google.com/detail/integrtr-cloudcaffeine/fahpbldjklmnnoibdinfhjdglhliklei |
| Beschrijving | A shot of caffeine for your SuccessFactors instance! |
| Bestandsgrootte | 36.09 KB |
| Aantal Installaties | 166 |
| Huidige Versie | 1.0.2 |
| Laatst Bijgewerkt | 2023-02-06 |
| Publicatiedatum | 2023-01-20 |
| Beoordeling | 4.80/5 Totaal 10 Beoordelingen |
| Ontwikkelaar | INTEGRTR |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://www.integrtr.com/integrtr-platform-terms-and-conditions |
| Ondersteunde Talen | 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\/*"
]
}
]
} | |