Kbbar
Invokes Méthode with a page source UUID
Wat is Kbbar?
Kbbar is een Chrome-extensie ontwikkeld door Eidosmedia, en de belangrijkste functie is "Invokes Méthode with a page source UUID".
Extensie Screenshots
Download het CRX-bestand van de extensie Kbbar
Download Kbbar-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
The extension allows, when being in a web site built with Eidosmedia solutions, to open an editorial object (articles or web pages) in the Eidosmedia Méthode/Prime applications. Basisinformatie over de Extensie
| Naam | |
| ID | gpplgofkncapijjdaibcmpkedcfhjikf |
| Officiële URL | https://chromewebstore.google.com/detail/kbbar/gpplgofkncapijjdaibcmpkedcfhjikf |
| Beschrijving | Invokes Méthode with a page source UUID |
| Bestandsgrootte | 28.29 KB |
| Aantal Installaties | 291 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2022-08-05 |
| Publicatiedatum | 2017-01-09 |
| Ontwikkelaar | Eidosmedia |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Kbbar",
"version": "1.0",
"description": "Invokes M\u00e9thode with a page source UUID",
"icons": {
"32": "kbb32.png",
"48": "kbb48.png"
},
"background": {
"page": "background.html",
"persistent": false
},
"browser_action": {
"default_icon": {
"19": "kbb19.png",
"38": "kbb38.png"
},
"default_title": "M\u00e9thode Kbbar"
},
"permissions": [
"activeTab",
"nativeMessaging"
]
} | |