Interact Extension
Construct Self Service Widget
Wat is Interact Extension?
Interact Extension is een Chrome-extensie ontwikkeld door Arie Schwartzman, en de belangrijkste functie is "Construct Self Service Widget".
Extensie Screenshots
Download het CRX-bestand van de extensie Interact Extension
Download Interact Extension-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
This extension allows you to test and construct iframe html element to be embedded in host page of the Jacada Interact Self Service Widget
Basisinformatie over de Extensie
Naam | Interact Extension |
ID | fakflooidhdgokgenanljcbfaefabjbm |
Officiële URL | https://chromewebstore.google.com/detail/interact-extension/fakflooidhdgokgenanljcbfaefabjbm |
Beschrijving | Construct Self Service Widget |
Bestandsgrootte | 232 KB |
Aantal Installaties | 0 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2014-07-09 |
Publicatiedatum | 2014-07-09 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Arie Schwartzman |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Interact Extension", "manifest_version": 2, "version": "1.4", "description": "Construct Self Service Widget", "browser_action": { "default_title": "Self Service Widget", "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "contextMenus" ], "icons": { "128": "icon.png" }, "content_scripts": [ { "js": [ "postmessage.js", "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ] } |