Add-in Express for Internet Explore 是第一個適用于開發 IE 附件的可視化工具. 它完全支持IE 擴展 API,并且使得 add-on 開發和配置更方便。
Add-in Express for Internet Explorer is the first visual tool for developing Internet Explorer add-ons. It completely supports Internet Explorer extensibility API and makes add-on development and deployment very comfortable.
可視化設計: 你只需要寫功能代碼
Add-in Express 完全基于 Rapid Application Development 方法,并且使得你可以通過一些點擊來開發專業的 Internet Explorer. Add-in Express 是用 C# 來寫的, 其編程模式和運行代碼都基于 Internet Explorer SDK ,而且提供了最有效的方法來擴展 IE GUI, 訪問 Internet Explorer 對象以及操作事件。
通過 Add-in Express,你的 IE 附件會得到線程安全性,可靠性,隔離性,可配置性以及關聯靈敏性。使用 Add-in Express,你的 IE 附件能:
- 通過使用任何 .NET 控件來定制垂直或水平的 IE 工具條--(1)
- 通過使用 .NET 控件和用戶控制組件來創建自己的工具條--(2)
- 使用自己的組件來擴展任何 Internet Explorer 彈出菜單--(3)
- 增加了新的條目來創建菜單欄--(4)
- 增加了新的按鈕來創建工具條--(5)
- 增加了用戶鍵盤捷徑
- 開發 Internet Explorer 瀏覽器幫助對象

Add-in Express for Internet Explorer 的特性和優點
- Internet Explorer 擴展性
- 綜合解決方案
- 可視化設計器
- 配置體驗
- 深度整合 "main" Add-in Express
- 真實 RAD – 你只需要寫應用代碼
Visual designers: you write functional code only
Add-in Express is entirely based on the Rapid Application Development approach and empowers you to develop professional extensions for Internet Explorer with a couple of clicks. Add-in Express is written in C#, its programming model and run-time code are based on the Internet Explorer SDK and thus far provide the most effective way to extend the IE GUI, access Internet Explorer objects and handle their events.
With Add-in Express your Internet Explorer add-ons are thread-safe, secure, isolated, deployable and context sensitive. Using Add-in Express your IE add-ons are able to:
- Customize vertical or horizontal Explorer bars with any .net controls - (1).
- Create your own toolbars using .net controls and user control components - (2).
- Extend with your own items any Internet Explorer pop-up menus - (3).
- Add new items to the built-in menu bar - (4).
- Add new buttons to the built-in toolbar - (5).
- Add custom keyboard shortcuts.
- Develop Internet Explorer browser helper objects.

Add-in Express for Internet Explorer features and benefits:
- Internet Explorer extensibility
- Integrated solution in focus
- Visual designers
- Deployment experience
- Deep integration with the "main" Add-in Express
- True RAD - you write applied code only