LiveChat Extension
Webextension for LiveChat
Vad är LiveChat Extension?
LiveChat Extension är en Chrome-tillägg utvecklad av https://www.estos.de, och dess huvudfunktion är "Webextension for LiveChat".
Tilläggsskärmbilder
Ladda ner LiveChat Extension-förlängningens CRX-fil
Ladda ner LiveChat Extension-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
An extension for the LiveChat client. It enables additional features like
- idle detection Grundläggande Information om Tillägg
| Namn | |
| ID | kpgmlaghpfbdaomehllmhihhjbgecfbn |
| Officiell webbadress | https://chromewebstore.google.com/detail/livechat-extension/kpgmlaghpfbdaomehllmhihhjbgecfbn |
| Beskrivning | Webextension for LiveChat |
| Filstorlek | 24.25 KB |
| Antal Installationer | 427 |
| Aktuell Version | 0.5.0 |
| Senast Uppdaterad | 2022-09-30 |
| Publiceringsdatum | 2020-01-19 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | https://www.estos.de |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://www.estos.de/datenschutzerklaerung |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "LiveChat Extension",
"description": "Webextension for LiveChat",
"version": "0.5.0",
"homepage_url": "https:\/\/www.estos.de",
"icons": {
"48": "icons\/livechat-48.png",
"96": "icons\/livechat-96.png",
"128": "icons\/logo-128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"tabs",
"webNavigation",
"https:\/\/*\/",
"idle"
],
"page_action": {
"browser_style": true,
"default_icon": {
"19": "icons\/livechat-pageicon-19.png",
"38": "icons\/livechat-pageicon-38.png",
"48": "icons\/livechat-pageicon-48.png"
},
"default_title": "LiveChat",
"default_popup": "popup.html"
}
} | |