INTEGRTR CloudCaffeine
A shot of caffeine for your SuccessFactors instance!
Vad är INTEGRTR CloudCaffeine?
INTEGRTR CloudCaffeine är en Chrome-tillägg utvecklad av INTEGRTR, och dess huvudfunktion är "A shot of caffeine for your SuccessFactors instance!".
Tilläggsskärmbilder
Ladda ner INTEGRTR CloudCaffeine-förlängningens CRX-fil
Ladda ner INTEGRTR CloudCaffeine-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
INTEGRTR.CloudCaffeine helps you overcome SuccessFactors timeout in case of long usage or when you're away on a coffee break. Grundläggande Information om Tillägg
| Namn | |
| ID | fahpbldjklmnnoibdinfhjdglhliklei |
| Officiell webbadress | https://chromewebstore.google.com/detail/integrtr-cloudcaffeine/fahpbldjklmnnoibdinfhjdglhliklei |
| Beskrivning | A shot of caffeine for your SuccessFactors instance! |
| Filstorlek | 36.09 KB |
| Antal Installationer | 166 |
| Aktuell Version | 1.0.2 |
| Senast Uppdaterad | 2023-02-06 |
| Publiceringsdatum | 2023-01-20 |
| Betyg | 4.80/5 Totalt 10 Betyg |
| Utvecklare | INTEGRTR |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://www.integrtr.com/integrtr-platform-terms-and-conditions |
| Stödda Språk | 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\/*"
]
}
]
} | |