Interact Extension
Construct Self Service Widget
Vad är Interact Extension?
Interact Extension är en Chrome-tillägg utvecklad av Arie Schwartzman, och dess huvudfunktion är "Construct Self Service Widget".
Tilläggsskärmbilder
Ladda ner Interact Extension-förlängningens CRX-fil
Ladda ner Interact 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
This extension allows you to test and construct iframe html element to be embedded in host page of the Jacada Interact Self Service Widget
Grundläggande Information om Tillägg
Namn | Interact Extension |
ID | fakflooidhdgokgenanljcbfaefabjbm |
Officiell webbadress | https://chromewebstore.google.com/detail/interact-extension/fakflooidhdgokgenanljcbfaefabjbm |
Beskrivning | Construct Self Service Widget |
Filstorlek | 232 KB |
Antal Installationer | 0 |
Aktuell Version | 1.4 |
Senast Uppdaterad | 2014-07-09 |
Publiceringsdatum | 2014-07-09 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | Arie Schwartzman |
Betalningssätt | free |
Stödda Språk | 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" } ] } |