Interact Extension
Construct Self Service Widget
Interact Extensionคืออะไร?
Interact Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Arie Schwartzman และคุณลักษณะหลักของมันคือ "Construct Self Service Widget"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Interact Extension
ดาวน์โหลดไฟล์ส่วนขยาย Interact Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows you to test and construct iframe html element to be embedded in host page of the Jacada Interact Self Service Widget
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Interact Extension |
ID | fakflooidhdgokgenanljcbfaefabjbm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/interact-extension/fakflooidhdgokgenanljcbfaefabjbm |
คำอธิบาย | Construct Self Service Widget |
ขนาดไฟล์ | 232 KB |
จำนวนการติดตั้ง | 0 |
เวอร์ชันปัจจุบัน | 1.4 |
อัปเดตครั้งล่าสุด | 2014-07-09 |
วันที่เผยแพร่ | 2014-07-09 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Arie Schwartzman |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" } ] } |