Interact Extension
Construct Self Service Widget
Cos'è Interact Extension?
Interact Extension è un'estensione di Chrome sviluppata da Arie Schwartzman, e la sua funzione principale è "Construct Self Service Widget".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Interact Extension
Scarica i file di estensione Interact Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension allows you to test and construct iframe html element to be embedded in host page of the Jacada Interact Self Service Widget
Informazioni di Base sull'Estensione
Nome | Interact Extension |
ID | fakflooidhdgokgenanljcbfaefabjbm |
URL Ufficiale | https://chromewebstore.google.com/detail/interact-extension/fakflooidhdgokgenanljcbfaefabjbm |
Descrizione | Construct Self Service Widget |
Dimensione del File | 232 KB |
Conteggio Installazioni | 0 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2014-07-09 |
Data di Pubblicazione | 2014-07-09 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Arie Schwartzman |
Tipo di Pagamento | free |
Lingue Supportate | 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" } ] } |