Kbbar
Invokes Méthode with a page source UUID
What is Kbbar?
Kbbar is a Chrome extension developed by Eidosmedia, and its main feature is "Invokes Méthode with a page source UUID".
Extension Screenshots
Download Kbbar Extension CRX File
Download Kbbar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Kbbar |
ID | gpplgofkncapijjdaibcmpkedcfhjikf |
Official URL | https://chromewebstore.google.com/detail/kbbar/gpplgofkncapijjdaibcmpkedcfhjikf |
Description | Invokes Méthode with a page source UUID |
File Size | 28.29 KB |
Installation Count | 291 |
Current Version | 1.0 |
Last Updated | 2022-08-05 |
Publish Date | 2017-01-09 |
Developer | Eidosmedia |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |