WO2012122884A1 - 在浏览器上实现的开放式插件管理平台及插件管理方法 - Google Patents
在浏览器上实现的开放式插件管理平台及插件管理方法 Download PDFInfo
- Publication number
- WO2012122884A1 WO2012122884A1 PCT/CN2012/071602 CN2012071602W WO2012122884A1 WO 2012122884 A1 WO2012122884 A1 WO 2012122884A1 CN 2012071602 W CN2012071602 W CN 2012071602W WO 2012122884 A1 WO2012122884 A1 WO 2012122884A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- plug
- browser
- management
- plugin
- management platform
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/50—Network service management, e.g. ensuring proper service fulfilment according to agreements
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/54—Interprogram communication
- G06F9/541—Interprogram communication via adapters, e.g. between incompatible applications
Definitions
- the present invention relates to a plug-in management technology, and in particular, to an open plug-in management platform and a plug-in management method implemented on a smart terminal browser. Background technique
- An intelligent terminal is a generic term for a type of terminal device that has an intelligent operating system and can be installed by a third-party service provider to provide various functions through such a program.
- various popular smart phone terminals are based on different smart operating systems.
- the Android platform is popular, and various programs provided by third-party service providers can be installed as desired.
- the browser refers to the client browser of the Web or WAP.
- the smart terminal can send various requests to the Web or WAP server through the browser, and interpret, display and play the hypertext information and various multimedia data formats sent from the Web or WAP server.
- a plug-in is a program written in accordance with an application interface that follows the user service or business application specifications. After installing the plugin, the browser can process the service or business application corresponding to the plugin by directly calling the plugin.
- the main purpose of the present invention is to provide an open plug-in management platform and plug-in management method implemented on a browser, which can manage plug-ins of various services or business applications, and facilitate users to use smart terminals by means of browsers.
- a variety of service and business application functions are implemented, and network bandwidth and network traffic are saved.
- An open plug-in management platform implemented on a browser the plug-in management platform is implemented in a browser main process, and the plug-in management platform is used as an interaction medium between a plug-in and a browser, and controls a hosted plug-in and a browser.
- the interaction, and the plugin is managed and then adapted to the browser call.
- the plug-in management platform includes: a plug-in engine, a plug-in behavior management unit, a plug-in adapting unit, a service unit, an event and message processing unit, and a plug-in interface;
- the plugin engine is an interface for the plugin management platform to interact with the browser
- the plug-in behavior management unit is configured to manage various specific behaviors of the plug-in;
- the plug-in adapting unit is configured to perform a bidirectional conversion event between the browser and the plug-in when the browser interacts with the plug-in by using the plug-in management platform.
- message format
- the service unit is configured to enable the plug-in to directly use the UI service and the network service provided by the browser through the service unit;
- the event and message processing unit is configured to perform unified processing on events and messages processed by the plug-in adaptation unit, where the processing includes event and message distribution, event and message encapsulation, and provides corresponding event scheduling. , registration management and message broadcast function applications;
- the plugin interface is an interface between the plugin management platform and the plugin.
- the various specific behaviors include plug-in identification, plug-in loading/plug-in uninstallation, plug-in version management, plug-in security authentication, plug-in installation upgrade, or plug-in capability management.
- the unified processing includes the distribution of events and messages, the encapsulation of events and messages, and provides Corresponding event scheduling, registration management and message broadcast function applications.
- the service unit includes a plug-in user interface (UI) service module and a network service module;
- UI user interface
- the plug-in UI service module is configured to enable the plug-in to directly use the UI service provided by the browser to quickly build a UI required by the plug-in;
- the network service module is configured to enable the plug-in to directly use the network service provided by the browser to quickly run the network running environment required by the plug-in.
- the plug-in behavior management unit includes: an identification module, a load/unload module, a version management module, a security authentication module, an installation upgrade module, and a capability management module;
- the identification module is configured to automatically identify a plug-in that requests loading
- the loading/unloading module configured to automatically load a plugin or uninstall a plugin
- the version management module is configured to manage the plugin version, and compare the plugin version information stored locally by the browser with the plugin version information of the plugin that is requested to be loaded;
- the security authentication module is configured to perform security authentication on the plug-in
- the installation upgrade module is configured to install and upgrade the plug-in
- the capability management module is configured to manage the capability of the plug-in, where the capability includes a network capability of the plug-in and a UI capability of the plug-in.
- An open plug-in management method implemented on a browser comprising: a plug-in management platform implemented in a main process of the browser, as an interaction medium between the plug-in and the browser, controlling interaction between the hosted plug-in and the browser, and After the plugin is managed, it is adapted to the browser call.
- the managing the plug-in includes: the installed plug-in is automatically recognized by the plug-in management platform, and the plug-in is automatically loaded after the plug-in loading condition is triggered and the plug-in management platform is securely authenticated.
- the managing the plug-in further includes: when the browser is started, querying, by the plug-in management platform, whether the plug-in version information needs to be updated, and when the update is needed, the updated version is The information is stored locally in the browser.
- the plug-in management platform compares the plug-in version information of the plug-in to be loaded with the browser-specific plug-in version information and implements security authentication. After the security authentication, the browser automatically loads the plugin through the plugin management platform.
- the managing the plugin further includes: when the plugin needs to exit, sending an exit request through the plugin management platform, and uninstalling the plugin.
- the plug-in management platform of the present invention is implemented in a main browser process, and the plug-in management platform is used as an interaction medium between the plug-in and the browser, controls interaction between the hosted plug-in and the browser, and manages the plug-in and then adapts to the browser. transfer.
- the browser does not directly call the plug-in, but interacts with the plug-in by means of the plug-in management platform, and implements specific management behaviors such as identification, loading, updating, etc. by the plug-in management platform, and effectively manages the plug-in and adapts to the browser. Called, thus eliminating the need to take up a lot of time on the Internet, thus saving network bandwidth and network traffic.
- FIG. 1 is a schematic diagram of a relationship between a browser and a plug-in management platform and a plug-in according to the present invention
- FIG. 2 is a schematic structural diagram of a plug-in management platform according to Embodiment 1 of the present invention
- FIG. 3 is a schematic flowchart of implementing a plug-in management method according to Embodiment 2 of the present invention. detailed description
- the plug-in management platform is implemented in the main process of the browser, and the plug-in management platform is used as an interaction medium between the plug-in and the browser, controls the interaction between the loaded plug-in and the browser, and manages the plug-in. Assigned to the browser call.
- the preferred application field of the present invention is a browser of a mobile terminal, which manages the plug-in through the plug-in management platform, instead of directly interacting with the plug-in by using a browser, which can save traffic and speed up browsing of the browser.
- An open plug-in management platform implemented on a browser as shown in FIG. 1, the plug-in management platform is implemented in a main browser process, and acts as an interaction medium between the plug-in and the browser, and controls interaction between the hosted plug-in and the browser. After the plugin is managed, it is adapted to the browser.
- the plug-in management platform can be understood as a platform for providing management, identification, security management, version management, loading/unloading, installation and upgrade.
- the plug-in may also be referred to as a browser plug-in, and the types of plug-ins include a service plug-in and a business application plug-in.
- the service plug-in provides services for the browser, such as a storage service, a network service, etc., generally has no interface, is not a specific product or a service, and the user usually does not directly interact with the service plug-in, and the client of the service plug-in is The browser and the business plug-in; and the business application plug-in refers to a specific product plug-in, such as QQ, QQ music, etc., the business application plug-in is directly interacting with the user, and the customer of the business application plug-in is the user.
- plug-in in the article, which is not explicitly indicated as a business application plug-in or a service plug-in, is a generic term for business application plug-ins and service plug-ins, including these two types of plug-ins, and will not be described in detail.
- the management functions implemented by using the plug-in management platform include: for the loaded application scenario, interacting with various business application plug-ins and service plug-ins carried by the plug-in management platform implemented in the main process of the browser, the installed The plug-in is automatically recognized by the plug-in management platform. After the plug-in loading condition is triggered and the plug-in passes the security authentication of the management platform, the plug-in is automatically loaded, thereby conveniently implementing specific management functions such as identification, loading, security authentication, etc., so that the browser invokes the plug-in.
- the functionality and business of the browser can be easily extended and enhanced.
- the plug-in management platform mainly includes: a plug-in engine, a plug-in behavior management unit, a plug-in adaptation unit, a service unit, an event and message processing unit, and a plug-in interface.
- a plug-in engine mainly includes: a plug-in engine, a plug-in behavior management unit, a plug-in adaptation unit, a service unit, an event and message processing unit, and a plug-in interface.
- the plug-in engine is an interface between the plug-in management platform and the browser.
- a plug-in behavior management unit that manages various specific behaviors of the plug-in.
- Various specific behaviors such as plugin identification, plugin loading/plugin uninstallation, plugin version management, plugin security authentication, Plugin installation upgrades, plugin capability management, etc.
- the plug-in adapting unit is used for the browser to interact with the plug-in through the plug-in management platform, and converts the event and message format between the browser and the plug-in, and creates a running environment of the plug-in in the browser.
- the UI service refers to the user interface service
- the UI is represented by the User Interface
- the UI service pointer is designed for the human-computer interaction of the software
- the operation logic is designed for the human-computer interaction of the software
- the interface is beautiful, because the UI provided by the browser can be directly used.
- the service therefore, can quickly build the UI needed for the plug-in, making the user interface of the software personal and tasteful, while making the operation of the software comfortable, simple and free.
- the network service since the network service provided by the browser can be directly used without paying attention to the underlying application, that is, specific network management and network signal strength, etc., the network running environment required for the plug-in can be quickly run, and the network operation environment can be saved. Network bandwidth and network traffic.
- the event and message processing unit is configured to uniformly process events and messages processed by the plug-in adaptation unit.
- the processing includes the distribution of events and messages, the encapsulation of events and messages, and provides the corresponding event scheduling, registration management, and message broadcast function applications.
- the plugin interface is an interface between the plugin management platform and the plugin.
- each unit of the plug-in management platform can implement multiple functions of one unit in the form of one function module, or can correspond to multiple functions of one unit to one specific function module.
- the form of implementation, such benefits are: functional separation, independent packaging and operation, if the plug-in to use that function, directly use the corresponding specific function module, can improve efficiency, but also facilitate the storage of data and data Reading.
- the plug-in behavior management unit can be divided into a plurality of specific functional modules: an identification module for automatic identification of plug-ins, a load/unload module for automatic loading and unloading of plug-ins, a message factory module for facilitating construction of various message methods. , a version management module for plugin version management, A security authentication module for plug-in security authentication, an installation upgrade module for plug-in installation upgrades, and a capability management module for plug-in capability management.
- the capability management module mainly includes the management of the plug-in network capability and the plug-in UI capability.
- An open plug-in management method implemented on a browser comprising the following main contents:
- the plug-in management platform implemented in the main process of the browser acts as an interactive medium between the plug-in and the browser, controls the interaction between the hosted plug-in and the browser, and manages the plug-in and then adapts it to the browser.
- the management of the plug-in includes: The installed plug-in is automatically recognized by the plug-in management platform, and after the plug-in loading condition is triggered and the plug-in management platform is securely authenticated, the plug-in is automatically loaded.
- the management of the plug-in further includes: when the browser starts, querying whether the plug-in version information needs to be updated through the plug-in management platform, and when updating is needed, storing the updated version information in the browser local; when the browser obtains through the plug-in management platform
- the plug-in management platform compares the plug-in version information of the plug-in to be loaded with the browser-specific plug-in version information and implements the security authentication.
- the browser automatically loads the plug-in through the plug-in management platform; When the plugin needs to exit, it sends an exit request through the plugin management platform and uninstalls the plugin.
- the open plug-in management platform and management method based on the smart terminal browser of the present invention not only retains the advantages of the existing browser, such as good versatility, standard specification, and strong adaptability of the model, and At the same time, plug-in management mode can be used to quickly develop a variety of service and business application plug-ins to achieve a better user experience (such as UI design), more network traffic, higher security, and more powerful.
- the advantages of functional scalability It is very valuable to save traffic when the mobile Internet bandwidth and resources are limited, and high security protection is also significant for user privacy protection and user mobile payment protection.
- Embodiment 1 An application example of a plug-in management platform, where each functional unit in the plug-in management platform is separated by a plurality of specific functional modules.
- the plug-in management platform of this embodiment includes a plug-in engine, a plug-in behavior management unit, a plug-in adapting unit, a service unit, an event and message processing unit, and a plug-in interface.
- the plug-in behavior management unit includes an identification module, a load/unload module, a version management module, a security authentication module, an installation upgrade module, and a capability management module.
- the service unit includes a plug-in UI service module and a network service module.
- the event and message processing unit includes an event scheduling module, a registered broadcast management module, and a unified communication module.
- the plug-in (including the service plug-in and the business application plug-in) can access the service unit through the plug-in interface, and the service unit directly provides the browser-based plug-in UI service and network service for the plug-in, respectively through the plug-in UI service.
- the plug-in UI service module can directly use the UI service provided by the browser to quickly build the UI required by the plug-in; and the plug-in can directly access the network service by using the network service provided by the browser through the network service module without Need to pay attention to the underlying application issues such as network management and mobile network signals.
- the plugin needs to derive and implement the plugin interface, which can be supported by the plugin management platform.
- the plug-in accesses the service unit through the plug-in interface to directly use the services provided by the browser, such as UI services and network services, etc., which can directly enhance the module by directly accessing the service unit and directly using the mode provided by the browser. Reuse of units) to reduce development time for individual plugins.
- the plugin can also query which services are available to the service unit for good backward compatibility.
- Each plug-in communicates and interacts with the browser through the plug-in interface to achieve an open and unified processing flow.
- backward compatibility backward compatibility is also referred to as backward compatibility. It is a component standard-based performance requirement, and is the latest standard specification.
- the backward compatible components must conform to their classification. Performance requirements, but also meet all performance requirements below its classification.
- the USB 2.0 specification is a USB 1.1 standard that is backward compatible with the lower version.
- the event and message processing unit the event and the message processed by the plug-in adaptation unit are uniformly processed, and the event and the message can be provided to the corresponding event scheduling through the event interface, the notification interface/broadcast interface, and the registration interface.
- message broadcast and registration management application functions when a message or event is generated, the plug-in management platform will distribute or broadcast to the corresponding plug-in.
- the unified communication module is the main program module for plug-in and browser interaction, and realizes the unified processing flow of events and messages when the two interact with each other, and the inter-process communication (IPC) communication between extended applications, unified communication.
- the modules all adopt a unified communication interface, and the interface also provides an automated data encapsulation format and method to improve interface scalability and versatility.
- the unified communication module also provides a communication buffer mechanism to process a large number of concurrent communication requests, which improves the stability and reliability of the communication system.
- an interface adaptation service is provided between the plug-in and the browser, and the main function is to convert the event and message format between the browser and the plug-in in both directions.
- the installed plug-ins are automatically identified.
- the load/unload module it is responsible for loading or unloading the specified plugin.
- the management at the time of uninstallation is: When the plug-in is no longer used, after the uninstallation condition is reached, the uninstallation module automatically uninstalls the plug-in, providing both synchronous and asynchronous uninstall modes.
- the synchronous unloading mode refers to immediate uninstallation; and the asynchronous unloading mode refers to sending an uninstall request to the plug-in management platform, and the plug-in management platform decides to recycle and uninstall the plug-in under certain certain conditions.
- the plug-in and the browser are independently upgraded and developed, and the version management module intelligently judges the compatibility of the version.
- Management when implementing version management includes: Case 1: Prompt for installation without plugin installed; Case 2: Installed a low version but compatible plugin, prompting the user to upgrade the plugin; Case 3: Installed an incompatible low version plugin Forced upgrade.
- the plug-in can be easily updated to the latest version through the installation API provided by the plug-in management platform.
- ID authentication For the security authentication module, ID authentication, key verification and other technologies are used to identify security. Plugins, which eliminate malicious plugins from being loaded and replaced to ensure user security.
- the plug-in is divided into a variety of different types of plug-ins, such as system service plug-ins, application service plug-ins, UI class plug-ins, window-type plug-ins, etc., for different plug-ins, the browser will provide different services and support. Therefore, the capability management module of the plug-in capability is responsible for maintaining the state of the plug-in capability, and the capability state mainly includes the state of the UI and the network capability.
- each intelligent terminal platform can adopt the same architecture to implement the plug-in management platform.
- the cross-platform requirements that is, to adopt the same architecture, it is necessary to ensure the consistency of the following design indicators:
- Indicators a2 the data inside the plug-in management platform, the definition of protocols and commands remain exactly the same. Indicator a3.
- the plug-in interface design should be compatible with the respective features of each platform, such as UI interface and event interface, to reduce the development threshold of plug-ins for each platform.
- Indicator a4 Based on indicator a3, other platform-independent interfaces are designed to be consistent, ensuring the consistency of the largest possible plug-in design.
- the plug-in adaptation layer of each platform needs to be well designed, which can well meet the seamless conversion and connection of the plug-in management platform interface and plug-in interface. Since the plug-in management of each platform is implemented uniformly, and the plug-in interfaces may be different, the adaptation layer, that is, the plug-in adaptation unit is required to perform the two-way conversion work, and the conversion efficiency is high, the reliability is good, and the compatibility is high.
- Indicator bl good background control and synchronization mechanism to ensure compatibility between plug-ins and browser versions. Ensure good compatibility of the entire system by recommending upgrades, forced upgrades, and more.
- Indicator b2 all service interfaces, event interfaces and communication interfaces are designed with good scalability. Specifically for indicator b2:
- the service interface is defined by a similar COM interface.
- the plug-in can perform logical operations and ensure compatibility by querying the currently available system services.
- plug-in and plug-in management platforms provide extension and query interfaces to complete compatibility authentication, such as providing version query, capability query and security authentication, and interacting and communicating on this basis.
- the server can also manage the plug-in by configuring plug-in information, such as upgrading, enabling or disabling.
- the server can also implement the extended function by configuring and pushing the plug-in installation or upgrade package.
- plug-in development mainly has the following three forms:
- New development browser plugin At this point, the developer first creates a dll type project, implements the plugin interface and adds the necessary interface implementation, plus the UI design and logic required by the plugin. Control, etc.
- plug-in management platform is designed with versatility and portability in mind, a compatible plug-in interface is designed on various smart terminal platforms, so plug-ins can be quickly rewritten or developed.
- Embodiment 2 The plug-in management platform implements a plug-in usage process instance including management functions such as identification, version comparison, security authentication, loading and uninstalling. As shown in FIG. 3, the following steps are included: Step 101: When the browser starts, the browser queries whether the plug-in version information needs to be updated through the plug-in management platform. If yes, step 102 is performed; otherwise, step 103 is performed.
- the version management module in the plug-in management unit can be implemented according to the version information.
- Step 102 Update the plugin version information, and synchronize the updated version information to the browser local storage.
- Step 103 Return to the browser without updating the plugin version information.
- Step 104 The browser obtains a plug-in loading request through the plug-in management platform.
- Step 105 When the browser obtains the plug-in loading request through the plug-in management platform, the plug-in management platform compares the plug-in version information of the plug-in to be loaded with the browser-specific plug-in version information and implements security authentication.
- this step implements the operation of the specific security authentication, it can be implemented by the security authentication module in the plug-in behavior management unit.
- Step 106 After the security authentication, the browser automatically loads the plug-in through the plug-in management platform.
- an exit request which can be expressed as an ECMDExit command
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Stored Programmes (AREA)
- Information Transfer Between Computers (AREA)
Abstract
本发明公开了一种在浏览器上实现的开放式插件管理平台,该插件管理平台在浏览器主进程中实现,用于作为插件与浏览器的交互媒介,控制承载的插件与浏览器的交互,并对插件进行管理后再适配给浏览器调用。本发明还公开了一种在浏览器上实现的开放式插件管理方法,该方法包括:在浏览器主进程中实现的插件管理平台,作为插件与浏览器的交互媒介,控制承载的插件与浏览器的交互,并对插件进行管理后再适配给浏览器调用。采用本发明的平台及方法,能对各种服务或业务应用的插件进行管理,方便用户使用智能终端借助浏览器实现的各种服务和业务应用功能,且节约网络带宽和网络流量。
Description
在浏览器上实现的开放式插件管理平台及插件管理方法 技术领域
本发明涉及插件管理技术, 尤其涉及一种在智能终端浏览器上实现的 开放式插件管理平台及插件管理方法。 背景技术
智能终端指具有智能操作系统, 可以安装由第三方服务商提供的程序, 通过此类程序来提供各种功能的一类终端设备的总称。 比如现在流行的各 种智能手机终端, 基于不同的智能操作系统, 目前比较流行的是 Android 平台, 可以如电脑一样随心所欲地安装第三方服务商提供的各种程序。 浏 览器指 Web或 WAP的客户端浏览程序。 智能终端通过浏览器可向 Web或 WAP服务器发送各种请求, 并对从 Web或 WAP服务器发来的超文本信息 和各种多媒体数据格式进行解释、 显示和播放。 插件指遵循用户服务或业 务应用规范的应用程序接口所编写出来的程序。 安装插件后, 浏览器能够 通过直接调用插件, 对与插件对应的服务或业务应用进行处理。
目前智能终端越来越普及, 用户用智能终端借助浏览器上网的需求也 越来越多, 由于上网时浏览器是通过直接调用插件来对与插件对应的服务 或业务应用进行处理, 而各种服务或业务应用的插件种类和数量上都比较 多, 造成浏览器直接与插件交互时在实现诸如识别、 加载、 更新、 安全认 证等具体管理时需花费大量时间, 而上网大量时间的占用意味着网络带宽 和网络流量的浪费, 因此, 迫切需要一种在智能终端浏览器上实现的插件 管理方案, 对插件进行有效的管理再适配给浏览器调用, 以节约网络带宽 和网络流量。 然而, 目前并未有这样的技术方案。
发明内容
有鉴于此, 本发明的主要目的在于提供一种在浏览器上实现的开放式 插件管理平台及插件管理方法, 能对各种服务或业务应用的插件进行管理, 方便用户使用智能终端借助浏览器实现的各种服务和业务应用功能, 且节 约网络带宽和网络流量。
为达到上述目的, 本发明的技术方案是这样实现的:
一种在浏览器上实现的开放式插件管理平台, 所述插件管理平台在浏 览器主进程中实现, 所述插件管理平台用于作为插件与浏览器的交互媒介, 控制承载的插件与浏览器的交互, 并对插件进行管理后再适配给浏览器调 用。
其中, 所述插件管理平台包括: 插件引擎、 插件行为管理单元、 插件 适配单元、 服务单元、 事件及消息处理单元及插件接口; 其中,
所述插件引擎, 为插件管理平台与浏览器间交互的接口;
所述插件行为管理单元, 用于对插件的各种具体行为进行管理; 所述插件适配单元, 用于浏览器借助插件管理平台与插件交互时, 双 向转换浏览器和插件之间交互的事件和消息格式;
所述服务单元, 用于使插件能通过服务单元直接使用浏览器提供的 UI 服务和网络服务;
所述事件及消息处理单元, 用于对经插件适配单元处理过格式的事件 及消息进行统一处理, 所述处理包括事件及消息的分发, 事件及消息的封 装, 并提供给对应的事件调度、 注册管理及消息广播功能应用;
所述插件接口为插件管理平台与插件间交互的接口。
其中, 所述各种具体行为包括插件识别、 插件加载 /插件卸载、 插件版 本管理、 插件安全认证、 插件安装升级、 或插件能力管理。
所述统一处理包括事件及消息的分发, 事件及消息的封装, 并提供给
对应的事件调度、 注册管理及消息广播功能应用。
其中, 所述服务单元包括插件用户界面 ( UI )服务模块和网络服务模 块; 其中,
所述插件 UI服务模块, 用于使插件能直接使用浏览器提供的 UI服务, 快速搭建插件所需要的 UI;
所述网络服务模块 , 用于使插件能直接使用浏览器提供的网络服务, 快速运行插件所需要的网络运行环境。
其中, 所述插件行为管理单元包括: 识别模块、 加载 /卸载模块、 版本 管理模块、 安全认证模块、 安装升级模块和能力管理模块; 其中,
所述识别模块, 用于自动识别请求加载的插件;
所述加载 /卸载模块, 用于自动加载插件或卸载插件;
所述版本管理模块, 用于管理插件版本, 将浏览器本地存储的插件版 本信息与请求加载的插件的插件版本信息进行比较;
所述安全认证模块, 用于对插件进行安全认证;
所述安装升级模块, 用于对插件进行安装升级;
所述能力管理模块, 用于对插件的能力进行管理, 所述能力包括插件 的网络能力和插件的 UI能力。
一种在浏览器上实现的开放式插件管理方法, 该方法包括: 在浏览器 主进程中实现的插件管理平台, 作为插件与浏览器的交互媒介, 控制承载 的插件与浏览器的交互, 并对插件进行管理后再适配给浏览器调用。
其中, 所述对插件进行管理包括: 已安装的插件被所述插件管理平台 自动识别出来, 在触发插件加载条件且通过插件管理平台的安全认证后, 所述插件被自动加载。
其中, 所述对插件进行管理还包括: 所述浏览器启动时, 通过所述插 件管理平台查询是否需要更新插件版本信息, 当需要更新时, 将更新的版
本信息存储在浏览器本地; 当浏览器通过插件管理平台获取插件加载请求 时, 通过插件管理平台将要加载的插件的插件版本信息与浏览器本地的插 件版本信息进行版本比较和实现安全认证, 通过安全认证后浏览器通过插 件管理平台自动加载所述插件。
所述对插件进行管理还包括: 当所述插件需要退出时, 通过插件管理 平台发送退出请求, 并卸载所述插件。
本发明的插件管理平台在浏览器主进程中实现, 插件管理平台用于作 为插件与浏览器的交互媒介, 控制承载的插件与浏览器的交互, 并对插件 进行管理后再适配给浏览器调用。
采用本发明, 浏览器不是直接调用插件, 而是借助插件管理平台与插 件进行交互, 由插件管理平台实现诸如识别、 加载、 更新等具体管理行为, 对插件进行有效的管理再适配给浏览器调用, 从而无需占用上网大量时间, 因而节约了网络带宽和网络流量。 附图说明
图 1为本发明的浏览器与插件管理平台及插件的关系示意图; 图 2为本发明实施例一的插件管理平台结构示意图;
图 3为本发明实施例二的插件管理方法实现流程示意图。 具体实施方式
本发明的基本思想是: 插件管理平台在浏览器主进程中实现, 插件管 理平台用于作为插件与浏览器的交互媒介, 控制承载的插件与浏览器的交 互, 并对插件进行管理后再适配给浏览器调用。 本发明优选的应用领域是 移动终端的浏览器, 通过插件管理平台管理插件, 而不是直接采用浏览器 与插件交互, 能节约流量, 加快浏览器的浏览速度。
下面结合附图对技术方案的实施作进一步的详细描述。
一种在浏览器上实现的开放式插件管理平台, 如图 1 所示, 插件管理 平台在浏览器主进程中实现, 作为插件与浏览器的交互媒介, 控制承载的 插件与浏览器的交互, 并对插件进行管理后再适配给浏览器调用。 插件管 理平台可以理解为对插件提供识别、 安全认证、 版本管理、 加载 /卸载、 安 装升级等一系列管理的平台。
其中, 所述插件也可以称为浏览器插件, 插件的类型包括服务插件和 业务应用插件。 其中, 所述服务插件是为浏览器提供服务的, 例如存储服 务, 网络服务等, 一般是没有界面的, 不是具体的产品或是业务, 用户通 常不直接和服务插件交互, 服务插件的客户是浏览器和业务插件; 而所述 业务应用插件是指具体的一个产品插件, 比如 QQ、 QQ音乐等, 业务应用 插件是直接和用户交互的, 业务应用插件的客户是用户。 这里需要指出的 是: 文中的 "插件", 未明确指出是业务应用插件还是服务插件, 则代表业 务应用插件和服务插件统称, 包括这两种类型的插件, 不作赘述。
这里, 使用插件管理平台实现的管理功能包括: 针对加载的应用场景 而言, 通过在浏览器主进程中实现的插件管理平台, 与承载的各种业务应 用插件和服务插件进行交互, 已安装的插件被插件管理平台自动识别出来, 在触发插件加载条件且插件通过管理平台的安全认证后, 插件被自动加载, 从而方便的实现诸如识别、 加载、 安全认证等具体管理功能, 这样浏览器 调用插件, 浏览器的功能和业务即可被方便的扩展和增强。
这里, 插件管理平台主要包括: 插件引擎、 插件行为管理单元、 插件 适配单元、 服务单元、 事件及消息处理单元及插件接口。 以下对插件管理 平台的各个单元进行阐述。
其中, 插件引擎为插件管理平台与浏览器间交互的接口。
插件行为管理单元, 用于对插件的各种具体行为进行管理。 各种具体 行为诸如插件识别、 插件加载 /插件卸载、 插件版本管理、 插件安全认证、
插件安装升级、 插件能力管理等。
插件适配单元, 用于浏览器借助插件管理平台与插件交互时, 双向转 换浏览器和插件之间交互的事件和消息格式, 创建插件在浏览器中的运行 环境。
服务单元, 用于使插件能通过服务单元直接使用浏览器提供的 UI服务 和网络服务。其中,针对 UI服务而言, UI服务指用户界面服务, UI以 User Interface表示, UI服务指针对软件的人机交互、 操作逻辑、 界面美观的整 体服务设计, 由于能直接使用浏览器提供的 UI服务, 因此, 能快速搭建插 件所需要的 UI, 让软件的用户界面变得有个性有品味, 同时让软件的操作 变得舒适、 简单、 自由。 而针对网络服务而言, 由于能直接使用浏览器提 供的网络服务, 而无需关注底层应用, 即具体的网络管理及网络信号强度 等因素, 因此, 能快速运行插件所需要的网络运行环境, 节约网络带宽和 网络流量。
事件及消息处理单元, 用于对经插件适配单元处理过格式的事件及消 息进行统一处理。 处理包括事件及消息的分发、 事件及消息的封装, 并提 供给对应的事件调度、 注册管理及消息广播功能应用。
插件接口为插件管理平台与插件间交互的接口。
这里需要指出的是: 插件管理平台的各个单元中所实现的上述功能, 可以将一个单元的多个功能用一个功能模块的形式实现, 也可以将一个单 元的多个功能分别对应一个具体功能模块的形式实现, 这样的好处是: 功 能分隔, 独立封装和运作, 如果插件要用到那个功能, 则直接使用对应的 具体功能模块, 能提高效率, 也有利于数据的分文别类存储及数据的读取。
例如, 可以将插件行为管理单元分为多个具体功能模块: 用于插件自 动识别的识别模块、 用于插件自动加载和卸载的加载 /卸载模块、 用于方便 构造各种消息方法的消息工厂模块、 用于插件版本管理的版本管理模块、
用于插件安全认证的安全认证模块、 用于插件安装升级的安装升级模块和 用于插件能力管理的能力管理模块。 其中, 能力管理模块主要包括插件的 网络能力和插件的 UI能力的管理。
一种在浏览器上实现的开放式插件管理方法, 该方法包括主要包括以 下内容:
在浏览器主进程中实现的插件管理平台 , 作为插件与浏览器的交互媒 介, 控制承载的插件与浏览器的交互, 并对插件进行管理后再适配给浏览 器调用。
这里, 对插件进行管理包括: 已安装的插件被插件管理平台自动识别 出来, 在触发插件加载条件且通过插件管理平台的安全认证后, 插件被自 动力口载。
这里, 对插件进行管理还包括: 浏览器启动时, 通过插件管理平台查 询是否需要更新插件版本信息, 当需要更新时, 将更新的版本信息存储在 浏览器本地; 当浏览器通过插件管理平台获取插件加载请求时, 通过插件 管理平台将要加载的插件的插件版本信息与浏览器本地的插件版本信息进 行版本比较和实现安全认证, 通过安全认证后浏览器通过插件管理平台自 动加载该插件; 当该插件需要退出时, 通过插件管理平台发送退出请求, 并卸载该插件。
综上所述, 本发明的基于智能终端浏览器的开放式插件管理平台及管 理方法, 不仅保留了现有浏览器通用性好、 标准规范、 很强的机型适配能 力等优点, 而且, 同时通过借助插件管理平台实现插件管理的模式可以迅 速开发出多种服务和业务应用插件, 来获取更好的用户体验(如 UI设计), 更省的网络流量、 更高的安全性、 更强大的功能扩展性等优点。 在移动互 联网带宽和资源有限的情况下可以节省流量是十分有价值的, 而高的安全 性保护, 对用户隐私保障和提供的用户移动支付保障也是意义重大的。
实施例一: 一插件管理平台的应用实例, 该插件管理平台中的各个功 能单元是以多个具体功能模块分隔的。
如图 2所示, 本实施例的插件管理平台包括插件引擎、 插件行为管理 单元、 插件适配单元、 服务单元、 事件及消息处理单元及插件接口。 其中, 插件行为管理单元包括识别模块、 加载 /卸载模块、 版本管理模块、 安全认 证模块、 安装升级模块和能力管理模块。 服务单元包括插件 UI服务模块和 网络服务模块。 事件及消息处理单元包括事件调度模块、 注册广播管理模 块和统一通信模块。 以下对图 2中各个具体功能模块进行说明。
针对服务单元而言, 插件(包括服务插件和业务应用插件两种类型) 通过插件接口, 可以访问服务单元, 服务单元直接为插件提供基于浏览器 的插件 UI服务和网络服务, 分别通过插件 UI服务模块和网络服务模块实 现。 插件通过插件 UI服务模块可以直接使用基于浏览器提供的 UI服务, 快速搭建插件所需要的 UI; 而插件通过网络服务模块可以直接使用基于浏 览器提供的网络服务, 方便地访问网络服务, 而不需要关注网络的管理和 移动网络信号等底层应用问题。
针对插件接口而言, 插件需要派生和实现插件接口, 即可得到插件管 理平台的支持。 插件通过插件接口访问服务单元, 以直接使用基于浏览器 所提供的服务, 如 UI服务和网络服务等, 这种仅访问服务单元而直接使用 浏览器所提供服务的模式, 能大大增强模块(服务单元) 的复用, 减少各 个插件的开发时间。 插件还可以查询服务单元能提供哪些可用的服务, 以 便很好的向后兼容。 各个插件通过插件接口和浏览器通信和交互, 实现开 放统一的处理流程。 其中, 针对所述向后兼容而言, 向后兼容又称为向下 兼容, 是一个以部件标准为基础的性能要求, 是最新的标准规范, 向后兼 容的组件既要符合其所属分类的性能要求, 同时也要符合低于其分类的所 有性能要求。比如 USB 2.0规范是可以向后兼容版本更低的 USB 1.1标准的。
针对事件及消息处理单元而言, 对经插件适配单元处理过格式的事件 及消息进行统一处理, 可以通过事件接口、 通知接口 /广播接口和注册接口 等将事件及消息提供给对应的事件调度、 消息广播及注册管理应用功能, 当消息或事件产生, 插件管理平台会派发或广播到相应的插件。 统一通信 模块是插件和浏览器交互的主程序模块, 实现二者交互时事件及消息开放 式的统一处理流程, 以及扩展应用之间的进程间通信 (IPC, Inter-Process Communication )通信, 统一通信模块均采用统一的通信接口, 接口还提供 了自动化的数据封装格式和方法, 以提高接口扩展性和通用性。 此外该统 一通信模块还提供了通信緩存机制, 以处理大量产生的并发通信请求, 提 高了通信系统的稳定性和可靠性。
针对插件适配单元而言, 在插件和浏览器之间提供接口适配服务, 主 要功能是双向转换浏览器和插件之间的事件和消息格式等。
针对识别模块而言, 自动识别已安装的插件。
针对加载 /卸载模块而言, 负责加载或卸载指定的插件。 其中, 在卸载 时的管理为: 当插件不再被使用, 达到卸载条件后, 卸载模块会自动卸载 该插件, 提供同步和异步两种卸载模式。 其中, 所述同步卸载模式是指立 即卸载; 而所述异步卸载模式是指把卸载请求发送到插件管理平台, 由插 件管理平台决定在后续的一定条件下回收和卸载插件。
针对版本管理模块而言, 插件和浏览器各自独立升级和开发, 通过版 本管理模块智能判断版本的兼容性。在实现版本管理时的管理包括:情况 1 : 未安装插件, 则提示安装; 情况 2: 已安装低版本但是兼容的插件, 提示用 户升级插件; 情况 3: 已安装不兼容的低版本插件, 则强制升级。
针对安装升级模块而言, 在版本管理的基础上, 提供便利的安装升级 服务,插件可以方便的通过插件管理平台提供的安装 API更新到最新版本。
针对安全认证模块而言, 通过 ID认证, 密钥校验等技术, 鉴别安全的
插件, 排除恶意插件被加载和替换, 保证用户的安全性。
针对能力管理模块而言, 插件被分为多种不同类型的插件, 如系统服 务插件、 应用服务插件、 UI类插件、 窗口类插件等, 针对不同插件, 浏览 器会提供不同的服务和支持, 所以插件能力的能力管理模块是负责维护插 件能力状态的, 能力状态主要包括 UI和网络能力的状态。
这里需要指出的是: 从跨平台设计的角度考虑, 为了使插件开发具备 良好的扩展性和可移植性, 各智能终端平台可以均采用相同的架构来实现 插件管理平台。 此时, 为了满足跨平台要求, 即采用相同的架构, 需要确 保以下设计指标的一致性:
指标 al、 插件管理平台的分层设计和模块划分保证严格一致。
指标 a2、 插件管理平台内部的数据, 协议和命令的定义保持完全一致。 指标 a3、插件接口设计要兼容各个平台各自的特性, 例如 UI接口和事 件接口, 以降低各平台的插件的开发门槛。
指标 a4、 在指标 a3的基础上, 其他的平台无关的接口设计成一致, 保 证最大可能的插件设计的一致性。
指标 a5、 各个平台的插件适配层需要很好的设计, 可以很好的满足插 件管理平台接口和插件接口的无缝转换和衔接。 由于各个平台的插件管理 是统一实现的, 而插件接口可能各自不同, 所以需要适配层、 即插件适配 单元做双向的转化工作, 需要满足转换的效率高, 可靠性好, 兼容性高。
这里需要指出的是: 从扩展性和兼容性设计的角度考虑, 需要确保以 下设计指标的实现:
指标 bl、 良好的后台控制和同步机制, 保证插件和浏览器版本间的兼 容性。 通过推荐升级、 强制升级等方法, 保证整个系统的良好兼容性。
指标 b2、 所有服务接口、 事件接口和通信接口均采用良好的扩展性设 计。
针对指标 b2具体来说:
i )服务接口通过类似 COM接口定义, 插件可以通过查询目前所提供 的可用系统服务来完成逻辑操作并保证兼容性。
ii )插件和插件管理平台均提供扩展和查询接口, 完成兼容性认证, 如 提供版本查询, 能力查询和安全认证, 并在此基础上进行交互和通信。
iii )通过设计统一的自动化的通信和序列化模块,保证良好的扩展性和 兼容性, 增删一个命令或数据结构不需要修改任何已有程序, 并自动向前 向后兼容。
iv )通过在各个接口设计并预留了万能接口保证良好的扩展性。
V )各个通信和命令通过集中管理通信 ID和动态分配命令字的方式, 完美解决了插件之间的沖突和升级问题。
指标 b3、服务器端还可通过配置插件信息完成对插件的管理,如升级、 启用或禁用等。
指标 b4、 服务端还可以通过配置并推送插件安装或升级包, 达到扩展 功能的效果。
这里需要指出的是: 从插件的开发的角度考虑, 插件的开发主要有以 下三种形式:
1 )从已有的普通插件改写成浏览器通用插件。 此时, 开发者仅需要继 承插件接口并实现几个必要的接口实现即可, 如版本查询接口、 安全认证 接口和通信接口。 浏览器需要通过这几个接口知道插件的类型版本和安全 等信息, 提供相应的管理和支持。
2 )从已有的客户端应用程序基础上改写成插件。 此时, 开发者除需要 完成 1 ) 所述的工作外, 仅需完成对程序类型的修改, 即从 app改成 dll。
3 )全新开发浏览器插件。 此时, 开发者首先创建一个 dll类型的工程, 实现插件接口并添加必要的接口实现, 另外加上插件所需的 UI设计、 逻辑
控制等。
由于插件管理平台在设计时考虑了通用性和可移植性, 在各种不同智 能终端平台上设计可兼容的插件接口, 所以可以快速的改写或开发出插件。
实施例二: 借助插件管理平台实现包括识别、 版本比较、 安全认证、 加载和卸载等管理功能的插件使用流程实例。 如图 3所示, 包括以下步驟: 步驟 101、浏览器启动时, 浏览器通过插件管理平台查询是否需要更新 插件版本信息, 如果是, 则执行步驟 102; 否则, 执行步驟 103。
这里, 本步驟通过插件管理平台实现具体查询操作时, 可以由插件行 为管理单元中的版本管理模块根据版本信息来实现。
步驟 102、 更新插件版本信息,将更新的版本信息同步到浏览器本地存 储。
步驟 103、 返回无需更新插件版本信息给浏览器。
步驟 104、 浏览器通过插件管理平台获取插件加载请求。
步驟 105、 当浏览器通过插件管理平台获取插件加载请求时, 通过插件 管理平台将要加载的插件的插件版本信息与浏览器本地的插件版本信息进 行版本比较和实现安全认证。
这里, 本步驟实现具体安全认证的操作时, 可以由插件行为管理单元 中的安全认证模块来实现。
步驟 106、通过安全认证后,浏览器通过插件管理平台自动加载该插件。 步驟 107、 当该插件需要退出时,通过插件管理平台的插件接口发送退 出请求(可以表示为 ECMDExit命令), 插件管理平台会自动根据当前引用 情况以同步卸载或异步卸载的模式卸载掉该插件。
以上所述, 仅为本发明的较佳实施例而已, 并非用于限定本发明的保 护范围。
Claims
1、 一种在浏览器上实现的开放式插件管理平台, 其特征在于, 所述插 件管理平台在浏览器主进程中实现, 所述插件管理平台用于作为插件与浏 览器的交互媒介, 控制承载的插件与浏览器的交互, 并对插件进行管理后 再适配给浏览器调用。
2、根据权利要求 1所述的平台,其特征在于, 所述插件管理平台包括: 插件引擎、 插件行为管理单元、 插件适配单元、 服务单元、 事件及消息处 理单元及插件接口; 其中,
所述插件引擎, 为插件管理平台与浏览器间交互的接口;
所述插件行为管理单元, 用于对插件的各种具体行为进行管理; 所述插件适配单元, 用于浏览器借助插件管理平台与插件交互时, 双 向转换浏览器和插件之间交互的事件和消息格式;
所述服务单元, 用于使插件能通过服务单元直接使用浏览器提供的 UI 服务和网络服务;
所述事件及消息处理单元, 用于对经插件适配单元处理过格式的事件 及消息进行统一处理;
所述插件接口为插件管理平台与插件间交互的接口。
3、 根据权利要求 2所述的平台, 其特征在于, 所述各种具体行为包括 插件识别、 插件加载 /插件卸载、 插件版本管理、 插件安全认证、 插件安装 升级、 或插件能力管理。
4、 根据权利要求 2所述的平台, 其特征在于, 所述统一处理包括事件 及消息的分发, 事件及消息的封装, 并提供给对应的事件调度、 注册管理 及消息广播功能应用。
5、 根据权利要求 1至 4任一所述的平台, 其特征在于, 所述服务单元 包括插件用户界面 ( UI )服务模块和网络服务模块; 其中, 所述插件 UI服务模块, 用于使插件能直接使用浏览器提供的 UI服务, 快速搭建插件所需要的 UI;
所述网络服务模块, 用于使插件能直接使用浏览器提供的网络服务, 快速运行插件所需要的网络运行环境。
6、 根据权利要求 1至 4任一所述的平台, 其特征在于, 所述插件行为 管理单元包括: 识别模块、 加载 /卸载模块、 版本管理模块、 安全认证模块、 安装升级模块和能力管理模块; 其中,
所述识别模块, 用于自动识别请求加载的插件;
所述加载 /卸载模块, 用于自动加载插件或卸载插件;
所述版本管理模块, 用于管理插件版本, 将浏览器本地存储的插件版 本信息与请求加载的插件的插件版本信息进行比较;
所述安全认证模块, 用于对插件进行安全认证;
所述安装升级模块, 用于对插件进行安装升级;
所述能力管理模块, 用于对插件的能力进行管理, 所述能力包括插件 的网络能力和插件的 UI能力。
7、 一种在浏览器上实现的开放式插件管理方法, 其特征在于, 该方法 包括: 在浏览器主进程中实现的插件管理平台, 作为插件与浏览器的交互 媒介, 控制承载的插件与浏览器的交互, 并对插件进行管理后再适配给浏 览器调用。
8、 根据权利要求 7所述的方法, 其特征在于, 所述对插件进行管理包 括: 已安装的插件被所述插件管理平台自动识别出来, 在触发插件加载条 件且通过插件管理平台的安全认证后, 所述插件被自动加载。
9、 根据权利要求 7或 8所述的方法, 其特征在于, 所述对插件进行管 理还包括: 所述浏览器启动时, 通过所述插件管理平台查询是否需要更新 插件版本信息, 当需要更新时, 将更新的版本信息存储在浏览器本地; 当 浏览器通过插件管理平台获取插件加载请求时, 通过插件管理平台将要加 载的插件的插件版本信息与浏览器本地的插件版本信息进行版本比较和实 现安全认证, 通过安全认证后浏览器通过插件管理平台自动加载所述插件。
10、 根据权利要求 9所述的方法, 其特征在于, 所述对插件进行管理 还包括: 当所述插件需要退出时, 通过插件管理平台发送退出请求, 并卸 载所述插件。
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US13/878,414 US20130191526A1 (en) | 2011-03-14 | 2012-02-24 | Open plug-in management platform and plug-in management method implemented on browser |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201110060859.8 | 2011-03-14 | ||
| CN2011100608598A CN102682014A (zh) | 2011-03-14 | 2011-03-14 | 在浏览器上实现的开放式插件管理平台及插件管理方法 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2012122884A1 true WO2012122884A1 (zh) | 2012-09-20 |
Family
ID=46813960
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2012/071602 Ceased WO2012122884A1 (zh) | 2011-03-14 | 2012-02-24 | 在浏览器上实现的开放式插件管理平台及插件管理方法 |
Country Status (3)
| Country | Link |
|---|---|
| US (1) | US20130191526A1 (zh) |
| CN (1) | CN102682014A (zh) |
| WO (1) | WO2012122884A1 (zh) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN116107727A (zh) * | 2023-04-13 | 2023-05-12 | 浪潮通信信息系统有限公司 | 一种基于混合内核架构的算力网络操作系统及电子设备 |
Families Citing this family (66)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US9210209B2 (en) * | 2011-05-03 | 2015-12-08 | Google Inc. | Extensible browser plugin interface |
| JP5980037B2 (ja) * | 2012-08-06 | 2016-08-31 | キヤノン株式会社 | 管理システム、サーバー、クライアント、及びその方法 |
| CN103699554A (zh) * | 2012-09-27 | 2014-04-02 | 深圳云富网络科技有限公司 | 一种网页数据调用方法及装置 |
| CN102929656B (zh) * | 2012-09-28 | 2015-11-25 | 北京奇虎科技有限公司 | 使用浏览器中内置ActiveX插件的方法和客户端 |
| CN102883324A (zh) * | 2012-10-19 | 2013-01-16 | 广州市动景计算机科技有限公司 | 移动终端中的插件调用安全验证方法及装置、移动终端 |
| CN103023976B (zh) * | 2012-11-19 | 2016-08-03 | 北京奇虎科技有限公司 | 一种浏览器应用插件扩展的装置和方法 |
| CN103036871B (zh) * | 2012-11-19 | 2017-04-19 | 北京奇虎科技有限公司 | 浏览器应用插件支持装置和方法 |
| CN103019703B (zh) * | 2012-11-28 | 2016-06-22 | 北京奇虎科技有限公司 | 用于浏览器的工具类窗口加载方法和装置 |
| CN103246533B (zh) * | 2013-04-11 | 2017-03-29 | 小米科技有限责任公司 | 一种在通讯录中添加插件的方法、装置和设备 |
| CN103761114B (zh) * | 2013-10-18 | 2017-10-17 | 北京奇虎科技有限公司 | 一种浏览器侧加载扩展和/或插件的方法及装置 |
| CN103544013B (zh) * | 2013-10-25 | 2017-06-06 | 优视科技有限公司 | 一种插件系统及插件管理方法 |
| WO2015058546A1 (zh) | 2013-10-25 | 2015-04-30 | 优视科技有限公司 | 网页预加载方法及装置 |
| CN104636122B (zh) * | 2013-11-06 | 2018-05-18 | 中国移动通信集团公司 | 一种能力组件的共享方法和设备 |
| CN103677898B (zh) * | 2013-11-08 | 2017-11-03 | 北京奇虎科技有限公司 | 服务器侧审核加载的扩展和/或插件的方法及服务器 |
| JP6488687B2 (ja) | 2014-04-10 | 2019-03-27 | 富士通株式会社 | 機能拡張方法、機能拡張プログラム、及び端末装置 |
| US9595023B1 (en) | 2014-05-21 | 2017-03-14 | Plaid Technologies, Inc. | System and method for facilitating programmatic verification of transactions |
| US9449346B1 (en) | 2014-05-21 | 2016-09-20 | Plaid Technologies, Inc. | System and method for programmatically accessing financial data |
| CN105335187B (zh) | 2014-08-14 | 2019-12-13 | 阿里巴巴集团控股有限公司 | 一种应用的处理方法及装置 |
| EP3015984A1 (en) * | 2014-10-29 | 2016-05-04 | Hewlett-Packard Development Company, L.P. | Providing data from data sources |
| JP6468293B2 (ja) * | 2015-01-22 | 2019-02-13 | 富士通株式会社 | アプリケーション機能拡張方法、アプリケーション機能拡張プログラム、及びアプリケーション機能拡張装置 |
| CN106155723B (zh) * | 2015-04-13 | 2020-12-22 | 腾讯科技(深圳)有限公司 | 业务应用程序的升级方法和装置、终端和计算机存储介质 |
| CN112527353B (zh) * | 2015-05-27 | 2024-09-13 | 谷歌有限责任公司 | 用于增强对话系统的插件的在线市场 |
| US20170060650A1 (en) * | 2015-08-28 | 2017-03-02 | Ncr Corporation | Dynamic service extensibility |
| CN105183468A (zh) * | 2015-08-31 | 2015-12-23 | 国家计算机网络与信息安全管理中心 | 一种开放式插件处理装置及分布式系统 |
| US10003591B2 (en) | 2015-09-08 | 2018-06-19 | Plaid Technologies, Inc. | Secure permissioning of access to user accounts, including secure deauthorization of access to user accounts |
| CN105260204A (zh) * | 2015-09-28 | 2016-01-20 | 北京奇虎科技有限公司 | 进程内工程交互方法和装置 |
| US10726491B1 (en) | 2015-12-28 | 2020-07-28 | Plaid Inc. | Parameter-based computer evaluation of user accounts based on user account data stored in one or more databases |
| US10984468B1 (en) | 2016-01-06 | 2021-04-20 | Plaid Inc. | Systems and methods for estimating past and prospective attribute values associated with a user account |
| CN105867967A (zh) * | 2016-03-24 | 2016-08-17 | 北京金山安全软件有限公司 | 一种应用程序安装方法、装置及电子设备 |
| CN105930464B (zh) * | 2016-04-22 | 2021-07-13 | 腾讯科技(深圳)有限公司 | Web富媒体跨屏适配方法和装置 |
| CN106445530B (zh) * | 2016-09-27 | 2020-04-07 | 北京奇虎科技有限公司 | 一种将客户端应用软件转换为网页软件的方法、装置 |
| CN106406961B (zh) * | 2016-09-27 | 2021-01-15 | 北京奇虎科技有限公司 | 一种基于浏览器加载、提供应用程序的方法、装置 |
| CN107391115B (zh) * | 2017-06-28 | 2018-10-23 | 武汉斗鱼网络科技有限公司 | 一种实现弹窗交互事件的方法、装置及计算机设备 |
| US11468085B2 (en) | 2017-07-22 | 2022-10-11 | Plaid Inc. | Browser-based aggregation |
| US10878421B2 (en) | 2017-07-22 | 2020-12-29 | Plaid Inc. | Data verified deposits |
| US10572274B2 (en) * | 2017-09-22 | 2020-02-25 | Microsoft Technology Licensing, Llc | Cross platform custom functions |
| EP3582103A1 (en) * | 2018-06-14 | 2019-12-18 | QlikTech International AB | Methods and systems for application program interface management |
| CN109298851B (zh) * | 2018-07-25 | 2021-10-22 | 中国电子科技集团公司第二十九研究所 | 一种OSGi异构软件框架的扩展机制适配方法 |
| US11316862B1 (en) * | 2018-09-14 | 2022-04-26 | Plaid Inc. | Secure authorization of access to user accounts by one or more authorization mechanisms |
| CN109783154A (zh) * | 2018-12-13 | 2019-05-21 | 上海二三四五网络科技有限公司 | 一种自动加载浏览器插件的控制方法及控制装置 |
| CN109710279A (zh) * | 2018-12-26 | 2019-05-03 | 武汉两点十分文化传播有限公司 | 一种可提高插件安装效率的插件平台系统 |
| CN112054935B (zh) * | 2019-06-06 | 2022-02-01 | 烽火通信科技股份有限公司 | 一种可扩展的业务质量诊断配置方法及系统 |
| CN110955540B (zh) * | 2019-11-28 | 2024-03-22 | 上海携程商务有限公司 | 插件交互方法 |
| CN110888690A (zh) * | 2019-12-12 | 2020-03-17 | 北京爱奇艺科技有限公司 | 一种应用启动方法、装置、电子设备及存储介质 |
| US11726995B2 (en) | 2019-12-17 | 2023-08-15 | Hewlett Packard Enterprise Development Lp | System and method for value pack generation using generic SQL plugin for unified console |
| CN110990015B (zh) * | 2019-12-25 | 2023-08-01 | 中科全维科技(苏州)有限公司 | 一种面向应急指挥领域的移动软件集成框架及其实现方法 |
| CN111131849B (zh) * | 2019-12-26 | 2022-07-08 | 视联动力信息技术股份有限公司 | 流媒体直播播放方法、装置及计算机可读存储介质 |
| CN111580899B (zh) * | 2020-03-31 | 2024-04-30 | 深圳市麦谷科技有限公司 | 一种基于分层结构的消息弹窗系统及电子设备 |
| US11887069B2 (en) | 2020-05-05 | 2024-01-30 | Plaid Inc. | Secure updating of allocations to user accounts |
| CN111857985A (zh) * | 2020-06-08 | 2020-10-30 | 远光软件股份有限公司 | 浏览器插件的调用方法、装置、存储介质及终端 |
| CN112118285B (zh) * | 2020-07-31 | 2022-05-20 | 山东鲁能软件技术有限公司 | 适用于客户端全版本浏览器的数据传输方法及系统 |
| US12361213B2 (en) | 2020-10-16 | 2025-07-15 | Plaid Inc. | Systems and methods for data parsing |
| CN114579326B (zh) * | 2020-12-01 | 2024-09-27 | 上海宝信软件股份有限公司 | 一种分布式作业调度和执行方法插件化的方法及系统 |
| CN114968390A (zh) * | 2021-02-25 | 2022-08-30 | 腾讯科技(深圳)有限公司 | 零信任网络系统及处理方法 |
| CN113515325A (zh) * | 2021-08-02 | 2021-10-19 | 太仓智然心网络科技有限公司 | 一种命令字通讯模式的软件系统扩展插件应用方法 |
| CN113448756B (zh) * | 2021-08-30 | 2021-12-07 | 统信软件技术有限公司 | 一种进程间通信系统、方法及计算设备 |
| CN114691235B (zh) * | 2022-03-22 | 2024-03-22 | 上海智殷自动化科技有限公司 | 一种支持插件间数据自由交互的方法 |
| CN115080030B (zh) * | 2022-06-13 | 2024-12-27 | 成都四方伟业软件股份有限公司 | 基于webrtc实现的浏览器图表与UE4三维场景交互联动方法、介质及装置 |
| CN115514667B (zh) * | 2022-09-14 | 2025-08-29 | 京东方科技集团股份有限公司 | 接入服务处理方法、系统、装置、电子设备以及存储介质 |
| CN116193211B (zh) * | 2023-02-02 | 2024-11-29 | 郑州小鸟信息科技有限公司 | 一种可扩展的基于chromium内核的多媒体播控系统 |
| CN116450981B (zh) * | 2023-04-14 | 2026-03-24 | 广州力麒智能科技有限公司 | 基于Electron跨平台技术的政务浏览器实现方法 |
| CN119211321A (zh) * | 2023-06-25 | 2024-12-27 | 北京小米移动软件有限公司 | 设备内通信方法、装置、电子设备及存储介质 |
| CN116881537A (zh) * | 2023-07-31 | 2023-10-13 | 招商银行股份有限公司 | 网页页面开发方法、装置、终端设备及介质 |
| CN116991505A (zh) * | 2023-09-26 | 2023-11-03 | 统信软件技术有限公司 | 插件加载方法、装置、电子设备和存储介质 |
| CN117251140B (zh) * | 2023-09-28 | 2024-12-13 | 厦门绘生花网络科技有限公司 | 多层级可动态扩展的软件处理方法、系统、芯片及设备 |
| CN118964487A (zh) * | 2024-08-08 | 2024-11-15 | 浪潮云信息技术股份公司 | 一种插件化分布式数据库同步方法及系统 |
Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101415010A (zh) * | 2008-11-26 | 2009-04-22 | 涂彦晖 | Web浏览装置及其操作方法 |
| US20090222925A1 (en) * | 2008-03-02 | 2009-09-03 | Yahoo! Inc. | Secure browser-based applications |
Family Cites Families (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20030079052A1 (en) * | 2001-10-24 | 2003-04-24 | Kushnirskiy Igor Davidovich | Method and apparatus for a platform independent plug-in |
| US7424717B2 (en) * | 2002-05-01 | 2008-09-09 | Bea Systems, Inc. | Systems and methods for business process plug-in development |
| US8352967B2 (en) * | 2008-11-10 | 2013-01-08 | Google Inc. | Safe browser plugins using native code modules |
| US8407461B2 (en) * | 2010-12-17 | 2013-03-26 | Oracle International Corporation | Plug-in system for software applications |
-
2011
- 2011-03-14 CN CN2011100608598A patent/CN102682014A/zh active Pending
-
2012
- 2012-02-24 WO PCT/CN2012/071602 patent/WO2012122884A1/zh not_active Ceased
- 2012-02-24 US US13/878,414 patent/US20130191526A1/en not_active Abandoned
Patent Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20090222925A1 (en) * | 2008-03-02 | 2009-09-03 | Yahoo! Inc. | Secure browser-based applications |
| CN101415010A (zh) * | 2008-11-26 | 2009-04-22 | 涂彦晖 | Web浏览装置及其操作方法 |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN116107727A (zh) * | 2023-04-13 | 2023-05-12 | 浪潮通信信息系统有限公司 | 一种基于混合内核架构的算力网络操作系统及电子设备 |
Also Published As
| Publication number | Publication date |
|---|---|
| US20130191526A1 (en) | 2013-07-25 |
| CN102682014A (zh) | 2012-09-19 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| WO2012122884A1 (zh) | 在浏览器上实现的开放式插件管理平台及插件管理方法 | |
| CN102855152B (zh) | 升级应用程序中资源文件的方法及系统 | |
| CN114125028B (zh) | 微应用的运行方法、装置、设备、存储介质及程序产品 | |
| CN105094922A (zh) | 应用程序免安装运行控制方法及其装置 | |
| CN104699537B (zh) | 程序控制方法与活动组件调度方法及其相应的装置 | |
| US12056479B2 (en) | Mobile service upgrade method and apparatus, and terminal | |
| US20060253548A1 (en) | Method and system for hosting and executing a component application | |
| CN115048642B (zh) | 多可信执行环境下可信应用间的通信方法及电子设备 | |
| CN102348004B (zh) | 一种业务组件的配置方法、系统及设备 | |
| CN114172925B (zh) | 配网方法及设备 | |
| CN113886731A (zh) | 一种基于iOS平台路由跳转页面的方法及应用 | |
| CN104699536B (zh) | 活动组件进程空间分配方法及其相应的装置 | |
| CN102685303A (zh) | 通信方法和装置 | |
| WO2006110976A1 (en) | Implementing customizable container services as component wireless applications | |
| CN106502717A (zh) | 应用程序运行方法及装置 | |
| CN118760480A (zh) | 基于Android的应用插件化方法、装置、存储介质及电子设备 | |
| CN105144085A (zh) | 针对存储设备的软件框架 | |
| CN103530165B (zh) | 一种应用于物联网行业的java解决方案 | |
| CN110389791B (zh) | 组件调度方法、装置、设备及存储介质 | |
| CN105122209A (zh) | 从软件框架提供的网络服务 | |
| CN108804236B (zh) | 一种aidl文件的共享方法及系统 | |
| KR20110122996A (ko) | 어플리케이션 실행 장치, 그 방법 및 그 방법이 기록된 컴퓨터로 판독 가능한 기록 매체 | |
| WO2021097683A1 (zh) | 安卓系统启动的方法、装置、设备及存储介质 | |
| CN106778270B (zh) | 一种恶意应用程序的检测方法及系统 | |
| CN115562709A (zh) | 客户端内的应用调用方法、装置、电子设备及存储介质 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 12758218 Country of ref document: EP Kind code of ref document: A1 |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 13878414 Country of ref document: US |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 12758218 Country of ref document: EP Kind code of ref document: A1 |